NetBSD/lib/libpthread
nathanw b7ac97b866 More agressive assertions. Change a number of detected conditions, which
officially have undefined behavior, from returning an error code to raising
an assertion failure.
Also, don't bother to explicitly test for (illegal) null pointers and return
an error; they'll bomb out soon enough.
2003-04-18 21:36:38 +00:00
..
arch Catch up with changed struct reg (same as gregs in mcontext now). 2003-04-17 10:13:51 +00:00
debuglog.c
genassym.sh
Makefile Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67). 2003-03-10 22:16:36 +00:00
pthread_alarms.c Consistently use pthread__assert() rather than err() to assert that 2003-04-07 19:41:22 +00:00
pthread_barrier.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_cancelstub.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_cond.c More agressive assertions. Change a number of detected conditions, which 2003-04-18 21:36:38 +00:00
pthread_debug.c Fix a fencepost error in writing to the debug buffer. 2003-04-16 17:37:47 +00:00
pthread_debug.h
pthread_int.h Use a __predict_true() in the definition of pthread__assert(). 2003-04-18 21:32:32 +00:00
pthread_lock.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_mutex.c More agressive assertions. Change a number of detected conditions, which 2003-04-18 21:36:38 +00:00
pthread_queue.h
pthread_run.c Don't call pthread__locked_switch() to switch to ourself. Bad stack 2003-04-04 01:08:25 +00:00
pthread_rwlock.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_sa.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_sig.c Use pthread__assert() instead of plain assert(), as the latter has 2003-03-20 01:03:52 +00:00
pthread_sleep.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_specific.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_stack.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_types.h
pthread.c When threads are started, register an atfork callback to clear 2003-04-07 21:29:48 +00:00
pthread.h
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
TODO