NetBSD/lib/libpthread
nathanw 2534cd2bea Introduce a new pointer, pt_trapuc, that stores thread context captured
by the kernel. Separating this from pt_uc makes it possible to avoid a race
condition in pt_uc management near the STACK_SWITCH part of pthread__switch()
and pthread__locked_switch().

Remove pt_sleepuc pointer, which was made obsolete by the previous round of
UC juggling but still present in the assembler files.
2003-06-26 01:26:11 +00:00
..
arch Oops, reordering the PT_STATE/PT_SWITCHTOUC/PT_SWITCHTO assembly 2003-06-24 18:54:56 +00:00
Makefile Make infrastructure for man pages. 2003-06-03 21:34:00 +00:00
TODO pthread_kill() was implemented, remove from list 2003-02-06 09:55:47 +00:00
debuglog.c More printf format size tweaks. 2003-06-25 23:26:00 +00:00
genassym.sh
pthread.c Tiny bit of infrastructure for ABI-supported thread-ID storage. 2003-06-06 21:06:07 +00:00
pthread.h Add pthread_attr_getstack{,size,addr} needed by jdk 2003-06-02 16:59:26 +00:00
pthread_alarms.c Consistently use pthread__assert() rather than err() to assert that 2003-04-07 19:41:22 +00:00
pthread_attr.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_barrier.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_barrier_destroy.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_barrier_init.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_barrier_wait.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_barrierattr.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_cancel.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_cancelstub.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_cleanup_push.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_cond.c Use pthread__error() instead of pthread__abort(). 2003-04-23 19:36:12 +00:00
pthread_cond_broadcast.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_cond_destroy.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_cond_init.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_cond_wait.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_condattr.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_create.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_debug.c Dodge a potential race condition in pthread__debuglog_printf(). It's 2003-06-16 21:24:48 +00:00
pthread_debug.h Move module-specific debugging definitions here. 2003-02-15 04:33:45 +00:00
pthread_detach.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_equal.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_exit.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_getspecific.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_int.h Introduce a new pointer, pt_trapuc, that stores thread context captured 2003-06-26 01:26:11 +00:00
pthread_join.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_key_create.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_key_delete.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_kill.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_lock.c Both pthread__lock_ras_start and pthread__lock_ras_end need to be 2003-05-16 23:37:47 +00:00
pthread_mutex.c add missing notreached lint comment. 2003-05-27 15:22:56 +00:00
pthread_mutex_destroy.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_mutex_init.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_mutex_lock.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_mutex_unlock.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_mutexattr.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_once.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_queue.h
pthread_run.c pass lint: 2003-05-27 15:24:24 +00:00
pthread_rwlock.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_rwlock_destroy.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_rwlock_init.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_rwlock_rdlock.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_rwlock_unlock.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_rwlock_wrlock.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_rwlockattr.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_sa.c Complain clearly if SA syscalls aren't avaliable. 2003-06-25 23:23:27 +00:00
pthread_schedparam.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_self.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_setspecific.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_sig.c pass lint: 2003-05-27 15:24:24 +00:00
pthread_sigmask.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_sleep.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_specific.c Fix typo in comment. 2003-05-15 19:16:37 +00:00
pthread_spin_destroy.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_spin_init.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_spin_lock.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_spin_unlock.3 $NetBSD$, not $Header$. 2003-06-08 06:44:28 +00:00
pthread_stack.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_testcancel.3 Man pages for libpthread, adapted from FreeBSD by Stephen Degler. 2003-06-03 21:33:06 +00:00
pthread_types.h Make pthread_barrier_wait() handle spurious wakeups from pthread__block() 2003-01-25 00:47:05 +00:00
sched.c add __RCSID() 2003-03-08 08:03:34 +00:00
sem.c add __RCSID() 2003-03-08 08:03:34 +00:00
shlib_version Add support for naming a thread, using an API compatible with Tru64 Unix: 2003-02-26 22:02:48 +00:00