.. |
atexit
|
Also test the libc atexit routine in the presence of libpthread.
|
2003-03-04 18:00:48 +00:00 |
barrier1
|
Add a test for pthread barriers.
|
2003-01-30 18:23:09 +00:00 |
cancel2
|
Fix typo reported by Stefan Krueger, and add RCS Id.
|
2004-03-05 15:07:22 +00:00 |
cond1
|
Add condition variable tests from Nathan's testsuite.
|
2003-01-30 18:53:44 +00:00 |
cond2
|
Add condition variable tests from Nathan's testsuite.
|
2003-01-30 18:53:44 +00:00 |
cond3
|
Add condition variable tests from Nathan's testsuite.
|
2003-01-30 18:53:44 +00:00 |
cond4
|
Add condition variable tests from Nathan's testsuite.
|
2003-01-30 18:53:44 +00:00 |
cond5
|
Add one more condition variable test from Nathan's testsuite.
|
2003-01-30 18:57:06 +00:00 |
cond6
|
Add tests for pthread_cond_timedwait() at time zero, as discussed
|
2004-12-29 20:34:11 +00:00 |
condcancel1
|
Add missing NetBSD ID tags
|
2004-06-30 03:26:26 +00:00 |
conddestroy1
|
Add a regression test for CV teardown under spurious wakeups (currently fails).
|
2004-07-07 21:53:10 +00:00 |
detach1
|
test pthread_detach.
|
2005-01-21 11:54:24 +00:00 |
exit1
|
include <stdlib.h> for exit prototype
|
2003-07-26 15:25:28 +00:00 |
fork
|
netbsd.org->NetBSD.org
|
2003-07-26 19:38:45 +00:00 |
fpu
|
Make messages more useful.
|
2005-12-02 16:44:54 +00:00 |
kill1
|
Use sig_atomic_t
|
2006-03-20 00:22:38 +00:00 |
mutex1
|
Add mutex tests from Nathan's testsuite.
|
2003-01-30 18:05:25 +00:00 |
mutex2
|
Minimal change to get it warning-free on LP64 archs.
|
2003-02-03 16:27:32 +00:00 |
mutex3
|
Minimal change to get it warning-free on LP64 archs.
|
2003-02-03 16:27:32 +00:00 |
mutex4
|
Add mutex tests from Nathan's testsuite.
|
2003-01-30 18:05:25 +00:00 |
name
|
Add missing #include.
|
2003-02-27 15:18:41 +00:00 |
once1
|
Add tests for do-once control from Nathan's testsuite.
|
2003-01-30 19:31:59 +00:00 |
once2
|
Add tests for do-once control from Nathan's testsuite.
|
2003-01-30 19:31:59 +00:00 |
once3
|
Oops, don't include an extra bonus deadlock.
|
2005-07-16 23:12:02 +00:00 |
preempt1
|
The manual for open(2) says that -1 indicate a failure, not 0. And I
|
2006-04-12 14:01:52 +00:00 |
resolv
|
* -t -> -n with consistency with the usage.
|
2004-05-23 16:59:11 +00:00 |
rwlock1
|
- timeout for timedwrlock should be an absolute value.
|
2004-08-03 12:02:09 +00:00 |
sem
|
Copy sysconf(_SC_SEMAPHORES) test from regress/lib/librt/sem/sem.c
|
2006-04-18 12:21:05 +00:00 |
sem2
|
use semaphore before starting pthread. currently fail.
|
2004-11-03 15:18:35 +00:00 |
sigalarm
|
add regression test for siginfo and threaded signal delivery.
|
2003-09-12 21:15:05 +00:00 |
siglongjmp1
|
Regression test for siglongjmp out of a signal handler back into
|
2004-01-02 19:27:06 +00:00 |
sigmask1
|
Regression test for pthread_sigmask when SA upcalls aren't started yet.
|
2004-01-02 19:26:24 +00:00 |
sigmask2
|
sig_atomic_t isn't necessarily compatible with the %d printf format,
|
2005-03-05 14:34:29 +00:00 |
sigmask3
|
rely a bit less on undocumented behaviour: we don't know which thread
|
2005-08-29 18:49:14 +00:00 |
sigmask4
|
10 seconds is more than enough time to wait.
|
2005-07-27 00:02:14 +00:00 |
sigsuspend
|
netbsd.org->NetBSD.org
|
2003-07-26 19:38:45 +00:00 |
sleep1
|
don't rely on undocumented behaviour: we don't know which thread
|
2005-08-29 18:52:16 +00:00 |
Makefile
|
Ensure that thread context switches will leave the floating point
|
2005-12-01 16:03:36 +00:00 |