summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pthread_mutex
AgeCommit message (Collapse)Author
2002-01-03convert everything to bsd.regress.mkArtur Grabowski
2001-11-03Fix pthread_mutex regression test... undefined behavior does notMarco S Hyman
mean != EPERM in one test, minor changes to recursive mutex test. remove printf in signal test signal handler, run test long enough to ensure signal hander is called at least twice, reduce output. Note: running these tests over a remote console may indicate bogus falures due to console output latency. Any test that takes longer than 5 seconds to complete may be flagged as a failure.
2001-09-20per man page and gcc 3.0.1, exit requires prototype from stdlib.hTodd T. Fries
2001-08-15Regression tests for libc_r (pthreads) library.Federico G. Schwindt
Thanks to pval@ for resolving the license stuff.