NetBSD/lib/libpthread
thorpej 1b4d724c8e sem_init(): oops, only destroy the ksem on error if it is a ksem. 2003-01-22 23:18:06 +00:00
..
arch Yay! Working pthreads for sh5. 2003-01-22 13:52:48 +00:00
Makefile add manual pages. 2003-01-21 02:24:41 +00:00
TODO
debuglog.c
genassym.sh
pthread.c Add some threadlib stubs that are used by X: 2003-01-19 21:58:21 +00:00
pthread.h Remove the dummy stack attr routines -- best to catch broken applications 2003-01-19 20:58:00 +00:00
pthread_alarms.c de-lint 2003-01-18 18:40:52 +00:00
pthread_barrier.c
pthread_cancelstub.c
pthread_cond.c
pthread_debug.c de-lint 2003-01-18 18:40:52 +00:00
pthread_debug.h de-lint 2003-01-18 18:40:52 +00:00
pthread_int.h de-lint 2003-01-18 18:40:52 +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 Need to include <string.h> for memcmp() prototype. 2003-01-22 13:49:14 +00:00
pthread_queue.h de-lint 2003-01-18 18:40:52 +00:00
pthread_run.c Add some threadlib stubs that are used by X: 2003-01-19 21:58:21 +00:00
pthread_rwlock.c
pthread_sa.c de-lint 2003-01-18 18:40:52 +00:00
pthread_sig.c de-lint 2003-01-18 18:40:52 +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
sched.c
sem.c sem_init(): oops, only destroy the ksem on error if it is a ksem. 2003-01-22 23:18:06 +00:00
sem_destroy.3 Replace -1 with \-1. 2003-01-21 11:47:32 +00:00
sem_getvalue.3 New sentence, new line. 2003-01-21 11:48:03 +00:00
sem_init.3 add manual pages. 2003-01-21 02:24:41 +00:00
sem_open.3 Replace -1 with \-1. 2003-01-21 11:47:32 +00:00
sem_post.3 add manual pages. 2003-01-21 02:24:41 +00:00
sem_wait.3 New sentence, new line. 2003-01-21 11:48:03 +00:00
shlib_version add support for p1003.1b semaphores. From FreeBSD 2003-01-20 20:10:19 +00:00