summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/pthread_mutex
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Another tiny test caseguenther1-1/+4
2012-02-23Check that PTHREAD_MUTEX_NORMAL mutexes will self-deadlock and thatguenther1-1/+48
2012-02-20Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernelguenther1-2/+3
2011-09-23Add a test for recursive pthread_mutex_trylock()uwe1-10/+33
2005-12-19after mutex_unlock, there's no guarantee that a waiting thread willtedu1-1/+2
2005-10-30-Wall cleanup.fgsch1-1/+4
2003-07-31various cleanups; david says results are samederaadt1-27/+21
2002-01-03convert everything to bsd.regress.mkart1-3/+2
2001-11-03Fix pthread_mutex regression test... undefined behavior does notmarc1-4/+6
2001-09-20per man page and gcc 3.0.1, exit requires prototype from stdlib.htodd1-1/+2
2001-08-15Regression tests for libc_r (pthreads) library.fgsch2-0/+200