NetBSD/lib/libpthread
ad 9c43df3853 We've got the priority/class stuff now. 2008-02-10 14:52:05 +00:00
..
arch
Makefile Implementation of processor-sets, affinity and POSIX real-time extensions. 2008-01-15 03:37:10 +00:00
README
TODO We've got the priority/class stuff now. 2008-02-10 14:52:05 +00:00
pthread.3
pthread.c add missing static decls. 2008-01-08 20:56:08 +00:00
pthread.h sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
pthread_attr.3
pthread_attr.c add missing static decls. 2008-01-08 20:56:08 +00:00
pthread_attr_getname_np.3 document following functions. 2007-12-14 21:51:21 +00:00
pthread_attr_setcreatesuspend_np.3
pthread_attr_setname_np.3 document following functions. 2007-12-14 21:51:21 +00:00
pthread_barrier.c
pthread_barrier_destroy.3
pthread_barrier_init.3
pthread_barrier_wait.3
pthread_barrierattr.3
pthread_cancel.3
pthread_cancelstub.c PR/37932: Yakovetsky Vladimir: build distribution with USE_FORT fails 2008-02-02 17:09:29 +00:00
pthread_cleanup_push.3
pthread_cond.c - Use pthread__cancelled() in more places. 2007-12-24 16:04:20 +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_detach.3
pthread_equal.3
pthread_exit.3
pthread_getname_np.3 document following functions. 2007-12-14 21:51:21 +00:00
pthread_getspecific.3
pthread_int.h add missing static decls. 2008-01-08 20:56:08 +00:00
pthread_join.3
pthread_key_create.3
pthread_key_delete.3
pthread_kill.3
pthread_lock.c machine/lock.h, not sys/lock.h 2008-01-05 01:37:35 +00:00
pthread_misc.c update for _sched_{get,set}param changes. from rmind@. 2008-02-09 17:01:51 +00:00
pthread_mutex.c Make this compile after Andrew's fix (remove now-unused variables) 2008-01-25 02:12:10 +00:00
pthread_mutex2.c - Fix pthread_rwlock_trywrlock() which was broken. 2007-12-24 14:46:28 +00:00
pthread_mutex_destroy.3
pthread_mutex_init.3
pthread_mutex_lock.3
pthread_mutex_unlock.3
pthread_mutexattr.3
pthread_once.3
pthread_queue.h
pthread_rwlock.c pthread_rwlock_wrheld_np: return true only if locked by the calling thread. 2008-01-31 11:50:40 +00:00
pthread_rwlock2.c pthread_rwlock_wrheld_np: return true only if locked by the calling thread. 2008-01-31 11:50:40 +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_setname_np.3 document following functions. 2007-12-14 21:51:21 +00:00
pthread_setspecific.3
pthread_sigmask.3
pthread_specific.c cast -1 to unsigned int. 2008-01-08 20:55:58 +00:00
pthread_spin.c machine/lock.h, not sys/lock.h 2008-01-05 01:37:35 +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 - Fix pthread_rwlock_trywrlock() which was broken. 2007-12-24 14:46:28 +00:00
pthread_types.h
res_state.c
sched_yield.3
sem.c - Use pthread__cancelled() in more places. 2007-12-24 16:04:20 +00:00
shlib_version - Fix pthread_rwlock_trywrlock() which was broken. 2007-12-24 14:46:28 +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.