NetBSD/lib/libpthread
uwe 1e78682585 In pthread__locked_switch set self->pt_uc only when the context is inited.
In STACK_SWITCH subtract STACKSPACE, not add it (it's zero for now anyway).
2003-11-20 03:31:02 +00:00
..
arch In pthread__locked_switch set self->pt_uc only when the context is inited. 2003-11-20 03:31:02 +00:00
debuglog.c Include <stdlib.h> for exit() prototype. 2003-08-20 09:50:16 +00:00
genassym.sh
Makefile Document pthread_attr_setcreatesuspend_np, pthread_suspend_np, pthread_resume_np 2003-11-12 02:44:22 +00:00
pthread_alarms.c
pthread_attr_setcreatesuspend_np.3 Various fixes. 2003-11-12 11:58:34 +00:00
pthread_attr.3
pthread_attr.c Add: 2003-11-09 18:56:48 +00:00
pthread_barrier_destroy.3
pthread_barrier_init.3
pthread_barrier_wait.3
pthread_barrier.c
pthread_barrierattr.3 Typo; from Jared Yanovich via jmc@openbsd. 2003-11-02 11:18:10 +00:00
pthread_cancel.3
pthread_cancelstub.c Userland portion of fsync_range(2), written by Bill Studenmund, and 2003-11-18 00:56:56 +00:00
pthread_cleanup_push.3
pthread_cond_broadcast.3
pthread_cond_destroy.3
pthread_cond_init.3
pthread_cond_wait.3
pthread_cond.c
pthread_condattr.3
pthread_create.3
pthread_debug.c
pthread_debug.h
pthread_detach.3
pthread_equal.3
pthread_exit.3
pthread_getspecific.3
pthread_int.h Add: 2003-11-09 18:56:48 +00:00
pthread_join.3
pthread_key_create.3
pthread_key_delete.3
pthread_kill.3 sigwait(2), not (3). 2003-10-30 12:57:11 +00:00
pthread_lock.c
pthread_mutex_destroy.3
pthread_mutex_init.3
pthread_mutex_lock.3
pthread_mutex_unlock.3
pthread_mutex.c
pthread_mutexattr.3
pthread_once.3
pthread_queue.h
pthread_run.c Add: 2003-11-09 18:56:48 +00:00
pthread_rwlock_destroy.3
pthread_rwlock_init.3
pthread_rwlock_rdlock.3
pthread_rwlock_unlock.3
pthread_rwlock_wrlock.3
pthread_rwlock.c
pthread_rwlockattr.3
pthread_sa.c - delay processing unblocked threads until after locks are resolved: 2003-11-17 22:59:00 +00:00
pthread_schedparam.3
pthread_self.3
pthread_setspecific.3
pthread_sig.c Add: 2003-11-09 18:56:48 +00:00
pthread_sigmask.3 sigwait(2), not (3). 2003-10-30 12:57:11 +00:00
pthread_sleep.c
pthread_specific.c Split out pthread_{set,get}specific() into a separate file and arrange 2003-08-13 18:52:01 +00:00
pthread_spin_destroy.3
pthread_spin_init.3
pthread_spin_lock.3
pthread_spin_unlock.3
pthread_stack.c
pthread_suspend_np.3 Various fixes. 2003-11-12 11:58:34 +00:00
pthread_testcancel.3 Userland portion of fsync_range(2), written by Bill Studenmund, and 2003-11-18 00:56:56 +00:00
pthread_tsd.c available, not avaliable. From miod@openbsd. 2003-09-29 09:50:21 +00:00
pthread_types.h Don't include <machine/lock.h> anymore; instead, we now get 2003-09-26 22:48:23 +00:00
pthread.3
pthread.c Add: 2003-11-09 18:56:48 +00:00
pthread.h Add: 2003-11-09 18:56:48 +00:00
sched.c
sem.c
shlib_version Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2). 2003-11-18 01:00:19 +00:00
TODO