NetBSD/lib/libpthread
ad b0efccf4cd Make the new mutexes faster:
- Eliminate mutexattr_private and just set a bit in ptm_owner if the mutex
  is recursive. This forces the slow path to be taken for recursive mutexes.
  Overload an unused field in pthread_mutex_t to record whether or not it's
  an errorcheck mutex.
- Streamline pthread_mutex_lock / pthread_mutex_unlock a bit more. As a
  side effect makes it possible to have assembly stubs for them.
2007-09-11 18:11:29 +00:00
..
arch Fix a dodgy bit of assembly. 2007-09-11 16:07:15 +00:00
Makefile - Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait(). 2007-09-07 14:09:27 +00:00
TODO Update. 2007-09-08 23:00:31 +00:00
debuglog.c Remove the PTHREAD_SA option. If M:N threads is reimplemented it's 2007-03-02 18:53:51 +00:00
pthread.3 Remove scheduler activations references. Bump date. 2007-05-19 14:24:42 +00:00
pthread.c Put new threads on the tail of pthread__allqueue, for the debugger. 2007-09-11 18:08:10 +00:00
pthread.h
pthread_attr.3 PR lib/34931: PTHREAD_ATTR(3) doesn't document PTHREAD_CREATE_JOINABLE and 2007-03-21 18:53:32 +00:00
pthread_attr.c Remove PT_FIXEDSTACKSIZE_LG. 2007-08-16 01:09:34 +00:00
pthread_attr_setcreatesuspend_np.3
pthread_barrier.c Trim fat off libpthread internal spinlock operations. Makes a mesurable 2007-08-16 13:54:16 +00:00
pthread_barrier_destroy.3
pthread_barrier_init.3
pthread_barrier_wait.3
pthread_barrierattr.3
pthread_cancel.3
pthread_cancelstub.c Add __sigsuspend14, sigtimedwait as cancellation points. 2007-03-04 20:07:13 +00:00
pthread_cleanup_push.3
pthread_cond.c - Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead. 2007-09-08 22:49:50 +00:00
pthread_cond_broadcast.3
pthread_cond_destroy.3
pthread_cond_init.3
pthread_cond_wait.3
pthread_condattr.3
pthread_create.3
pthread_debug.c - Reinitialize the absolute minimum when recycling user thread state. 2007-08-16 12:01:49 +00:00
pthread_debug.h - Reinitialize the absolute minimum when recycling user thread state. 2007-08-16 12:01:49 +00:00
pthread_detach.3
pthread_equal.3
pthread_exit.3
pthread_getspecific.3
pthread_int.h Make the new mutexes faster: 2007-09-11 18:11:29 +00:00
pthread_join.3
pthread_key_create.3
pthread_key_delete.3
pthread_kill.3
pthread_lock.c Merge nick-csl-alignment. 2007-09-10 11:34:05 +00:00
pthread_misc.c Trim fat off libpthread internal spinlock operations. Makes a mesurable 2007-08-16 13:54:16 +00:00
pthread_mutex.c Fix inverted test after merge of nick-csl-alignment. 2007-09-11 10:27:44 +00:00
pthread_mutex2.c Make the new mutexes faster: 2007-09-11 18:11:29 +00:00
pthread_mutex_destroy.3
pthread_mutex_init.3
pthread_mutex_lock.3
pthread_mutex_unlock.3
pthread_mutexattr.3 Fixed spelling error. 2007-04-17 21:11:47 +00:00
pthread_once.3
pthread_queue.h
pthread_rwlock.c - Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait(). 2007-09-07 14:09:27 +00:00
pthread_rwlock2.c Merge nick-csl-alignment. 2007-09-10 11:34:05 +00:00
pthread_rwlock_destroy.3
pthread_rwlock_init.3
pthread_rwlock_rdlock.3
pthread_rwlock_unlock.3
pthread_rwlock_wrlock.3
pthread_rwlockattr.3
pthread_schedparam.3
pthread_self.3
pthread_setspecific.3
pthread_sigmask.3
pthread_specific.c - Reinitialize the absolute minimum when recycling user thread state. 2007-08-16 12:01:49 +00:00
pthread_spin.c Merge nick-csl-alignment. 2007-09-10 11:34:05 +00:00
pthread_spin_destroy.3
pthread_spin_init.3
pthread_spin_lock.3
pthread_spin_unlock.3
pthread_suspend_np.3
pthread_testcancel.3
pthread_tsd.c - Reinitialize the absolute minimum when recycling user thread state. 2007-08-16 12:01:49 +00:00
pthread_types.h - Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait(). 2007-09-07 14:09:27 +00:00
res_state.c
sched.c
sched_yield.3
sem.c - Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead. 2007-09-08 22:49:50 +00:00
shlib_version