summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/sigwait (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Go to sleep to let our contending thread win a race.mpi2017-05-271-1/+2
| | | | | | | Because we cannot assume that the contending thread will grab it between our unlock/lock. ok kettenis@
* Delete a test which required behavior not defined by the specguenther2014-11-161-15/+2
| | | | (behavior of sigwait() when signal not blocked in all threads)
* Need to block the signals in all thread for the kill(getpid(), SIGFOO)guenther2012-02-201-5/+15
| | | | | | tests to work. Disable the "sigwait for blocked but ignored signal" test as it depended on undefined behavior (POSIX quoted included for reference) and rthreads (currently) handles it the other way.
* fix some checks.fgsch2011-10-011-2/+2
|
* Do not depend upon bugs in the pthreads implementation for propermarc2002-10-121-10/+10
| | | | | operation of the regression test. This test will now fail until I commit the 'send signals to only one thread bug' change.
* convert everything to bsd.regress.mkart2002-01-031-3/+2
|
* signal race fixesderaadt2001-11-111-2/+8
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-152-0/+270
Thanks to pval@ for resolving the license stuff.