NetBSD/lib/libpthread
nathanw 947e41dfa9 Arrange to pause for a while if pthread_cond_wait() or
pthread_cond_timedwait() is called before any threads have been
created and the SA infrastructure is up and running.

Addresses PR lib/20139.

XXX probably need to do this for all of the pthread_*_timedlock()
functions, too.
2003-02-01 00:57:31 +00:00
..
arch Include <sys/types.h> 2003-01-31 12:06:27 +00:00
debuglog.c printf format fixes. 2003-01-27 20:54:26 +00:00
genassym.sh
Makefile p1003.1b semaphore manual pages have been moved to librt. 2003-01-24 01:53:27 +00:00
pthread_alarms.c
pthread_barrier.c Use pthread__sched_sleepers() instead of iterating over sleep queues 2003-01-31 04:59:40 +00:00
pthread_cancelstub.c Add cancellation stubs for accept() and connect(). 2003-01-27 20:57:41 +00:00
pthread_cond.c Arrange to pause for a while if pthread_cond_wait() or 2003-02-01 00:57:31 +00:00
pthread_debug.c
pthread_debug.h Add debug counters for mutex and condvar operations. 2003-01-27 21:01:00 +00:00
pthread_int.h Add a new internal function, pthread__sched_sleepers(), which iterates 2003-01-31 04:58:57 +00:00
pthread_lock.c pthread__lock_ras_start and pthread__lock_ras_end need to be declared 2003-01-22 13:52:03 +00:00
pthread_mutex.c Mutex tuneup. 2003-01-31 02:55:00 +00:00
pthread_queue.h
pthread_run.c Add a missing bracket to make this compile. 2003-01-31 12:27:19 +00:00
pthread_rwlock.c Use pthread__sched_sleepers() instead of iterating over sleep queues 2003-01-31 04:59:40 +00:00
pthread_sa.c Simplify pthread__upcall() a bit by moving lock resolution before the big 2003-01-30 01:04:50 +00:00
pthread_sig.c More rototilling: 2003-01-30 01:12:42 +00:00
pthread_specific.c Don't bother acquiring the tsd_lock and reading the destructor function 2003-01-21 23:29:22 +00:00
pthread_stack.c Remove the dummy stack attr routines -- best to catch broken applications 2003-01-19 20:58:00 +00:00
pthread_types.h Make pthread_barrier_wait() handle spurious wakeups from pthread__block() 2003-01-25 00:47:05 +00:00
pthread.c Use pthread__sched_sleepers() instead of iterating over sleep queues 2003-01-31 04:59:40 +00:00
pthread.h Remove the dummy stack attr routines -- best to catch broken applications 2003-01-19 20:58:00 +00:00
sched.c
sem.c Correct omission in notice. 2003-01-24 01:54:02 +00:00
shlib_version add support for p1003.1b semaphores. From FreeBSD 2003-01-20 20:10:19 +00:00
TODO