summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/pthread_mutex/pthread_mutex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another tiny test caseguenther2012-03-241-1/+4
* Check that PTHREAD_MUTEX_NORMAL mutexes will self-deadlock and thatguenther2012-02-231-1/+48
* Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernelguenther2012-02-201-2/+3
* Add a test for recursive pthread_mutex_trylock()uwe2011-09-231-10/+33
* after mutex_unlock, there's no guarantee that a waiting thread willtedu2005-12-191-1/+2
* -Wall cleanup.fgsch2005-10-301-1/+4
* various cleanups; david says results are samederaadt2003-07-311-27/+21
* Fix pthread_mutex regression test... undefined behavior does notmarc2001-11-031-4/+6
* per man page and gcc 3.0.1, exit requires prototype from stdlib.htodd2001-09-201-1/+2
* Regression tests for libc_r (pthreads) library.fgsch2001-08-151-0/+194