NetBSD/lib/libpthread
nathanw 4fb740b8de Implement pthread_atfork() (in libc, because the required threadlib
stub behavior is exactly the same as the usual behavior).
2003-02-13 02:50:48 +00:00
..
arch Continue at the plain switch return point in pthread__switch, not the 2003-02-10 11:09:33 +00:00
debuglog.c printf format fixes. 2003-01-27 20:54:26 +00:00
genassym.sh Merge the nathanw_sa branch. 2003-01-18 10:32:11 +00:00
Makefile p1003.1b semaphore manual pages have been moved to librt. 2003-01-24 01:53:27 +00:00
pthread_alarms.c de-lint 2003-01-18 18:40:52 +00:00
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 de-lint 2003-01-18 18:40:52 +00:00
pthread_debug.h Add debug counters for mutex and condvar operations. 2003-01-27 21:01:00 +00:00
pthread_int.h minor whitespace changes 2003-02-04 20:14:10 +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 de-lint 2003-01-18 18:40:52 +00:00
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 Implement pthread_atfork() (in libc, because the required threadlib 2003-02-13 02:50:48 +00:00
sched.c Merge the nathanw_sa branch. 2003-01-18 10:32:11 +00:00
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 pthread_kill() was implemented, remove from list 2003-02-06 09:55:47 +00:00