NetBSD/lib/libpthread
nathanw 74718675cc Avoid passing zero-valued timespecs to timer_settime() when we want to set
a timer, as that will clear the timer instead. Pass in a safely in-the-past
value instead.
Addresses PR lib/28700.

(XXX passing in values between 0 and 1000 nanoseconds will still fail, but
 that bug needs to be fixed in timer_settime(), not here)
2004-12-29 20:47:39 +00:00
..
arch pt_sleepuc was removed a long time ago. 2004-12-01 14:27:01 +00:00
Makefile document sched_yield. 2004-12-14 01:47:13 +00:00
TODO
debuglog.c
genassym.sh
pthread.3
pthread.c - fix pthread_detach with an already exit'ed thread. 2004-08-12 10:54:13 +00:00
pthread.h Implement pthread_attr_{set,get}schedpolicy() at the same level as the other 2004-12-29 00:59:57 +00:00
pthread_alarms.c Avoid passing zero-valued timespecs to timer_settime() when we want to set 2004-12-29 20:47:39 +00:00
pthread_attr.3
pthread_attr.c Implement pthread_attr_{set,get}schedpolicy() at the same level as the other 2004-12-29 00:59:57 +00:00
pthread_attr_setcreatesuspend_np.3
pthread_barrier.c
pthread_barrier_destroy.3
pthread_barrier_init.3
pthread_barrier_wait.3
pthread_barrierattr.3
pthread_cancel.3
pthread_cancelstub.c IEEE Std 1003.1-2001/Cor 2-2004, item XSH/TC2/D6/5: fdatasync() shall 2004-05-21 17:15:42 +00:00
pthread_cleanup_push.3
pthread_cond.c Correctly return ETIMEDOUT when the absolute time is in the past, in 2004-12-10 17:11:53 +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 add libpthread part of concurrency support for SA on MP systems 2004-03-14 01:19:41 +00:00
pthread_debug.h add libpthread part of concurrency support for SA on MP systems 2004-03-14 01:19:41 +00:00
pthread_detach.3
pthread_equal.3
pthread_exit.3
pthread_getspecific.3
pthread_int.h Remove pt_blockuc. If the debugger attempts to muck with the state of a 2004-10-12 22:17:56 +00:00
pthread_join.3
pthread_key_create.3
pthread_key_delete.3
pthread_kill.3
pthread_lock.c It appears that <sys/lock.h> requires <sys/types.h>, so include that as well. 2004-03-14 12:49:31 +00:00
pthread_mutex.c add libpthread part of concurrency support for SA on MP systems 2004-03-14 01:19:41 +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_run.c add libpthread part of concurrency support for SA on MP systems 2004-03-14 01:19:41 +00:00
pthread_rwlock.c pthread_rwlock_timedrdlock/pthread_rwlock_timedwrlock: 2004-08-03 11:50: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_sa.c Remove pt_blockuc. If the debugger attempts to muck with the state of a 2004-10-12 22:17:56 +00:00
pthread_schedparam.3
pthread_self.3
pthread_setspecific.3
pthread_sig.c Mark when a thread has taken a signal. 2004-08-24 01:46:30 +00:00
pthread_sigmask.3
pthread_sleep.c In nanosleep(), loop until the timer fires or a signal is taken; other 2004-08-24 02:08:08 +00:00
pthread_specific.c
pthread_spin_destroy.3
pthread_spin_init.3
pthread_spin_lock.3
pthread_spin_unlock.3
pthread_stack.c redo the fix for PR 26392 differently: instead of changing the stack bounds 2004-08-17 14:16:00 +00:00
pthread_suspend_np.3
pthread_testcancel.3
pthread_tsd.c
pthread_types.h
res_state.c simplify and make more efficient (YAMAMOTO Takashi) 2004-06-03 19:32:27 +00:00
sched.c
sched_yield.3 Grammar improvements. 2004-12-15 16:37:58 +00:00
sem.c
shlib_version bump the version of this too. 2004-05-21 04:09:13 +00:00