NetBSD/lib/libpthread
ad 84a6749ef2 Note that libpthread_dbg needs to be checked after making changes to
libpthread.
2007-10-16 15:21:54 +00:00
..
arch Provide PTHREAD__ASM_RASOPS for alpha. 2007-10-08 16:04:43 +00:00
Makefile SSP doesn't like alloca... 2007-10-13 20:36:43 +00:00
README Note that libpthread_dbg needs to be checked after making changes to 2007-10-16 15:21:54 +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 ... but preserve the linked list, for the debugger only. 2007-10-16 15:07:02 +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 cancellation stubs in libpthread for POSIX messages queues and 2007-10-09 18:18:33 +00:00
pthread_cleanup_push.3
pthread_cond.c Add a per-mutex deferred wakeup flag so that threads doing something like 2007-09-13 23:51:47 +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 Kill PTHREAD_SPIN_DEBUG - it's not must use with 1:1. 2007-09-24 13:56:42 +00:00
pthread_detach.3
pthread_equal.3
pthread_exit.3
pthread_getspecific.3
pthread_int.h Note that libpthread_dbg needs to be checked after making changes to 2007-10-16 15:21:54 +00:00
pthread_join.3
pthread_key_create.3
pthread_key_delete.3
pthread_kill.3
pthread_lock.c Drop PTHREAD__NSPINS back from 1000 to 64. Setting the waiters bits and 2007-10-04 21:04:32 +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 Add a per-mutex deferred wakeup flag so that threads doing something like 2007-09-13 23:51:47 +00:00
pthread_mutex2.c Fix a thinko. 2007-10-04 01:46:49 +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 pthread_rwlock_unlock: return EPERM if the caller tries to release a 2007-09-21 16:24:45 +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 sem_post(): pthread__self() is no longer used here. 2007-09-14 09:15:41 +00:00
shlib_version Bump libpthread & libpthread_dbg minor versions so that an old SA copy 2007-02-09 23:00:16 +00:00

README

$NetBSD: README,v 1.5 2007/10/16 15:21:54 ad Exp $

When making changes to libpthread, please ensure that libpthread_dbg
still compiles.