summaryrefslogtreecommitdiff
path: root/tests/lib/libpthread/t_sem.c
AgeCommit message (Expand)Author
2012-03-09It is perfectly valid for sem_wait to be interrupted, so loop on EINTR.joerg
2012-03-07Remove libpthread's semaphore implementation and always use the kerneljoerg
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
2010-07-21before_start_one_thread is not racy only in amd64; my confusion. Mark itjmmv
2010-07-19Split the before_start test in two: one that does not use threads and onejmmv
2010-07-18Reduce sleep time for practically the same effect. Until atf canpooka
2010-07-16Convert the libpthread tests to atf.jmmv