summaryrefslogtreecommitdiffstats
path: root/test/pthread/ex6.c
Commit message (Collapse)AuthorAgeFilesLines
* call nanosleep directlyBernhard Reutner-Fischer2009-11-251-2/+5
| | | | | | | usleep is a SUSv3 function. TODO: nanosleep moved from SUSv3 Timers to SUSv4 Base Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fixup prototype warningsMike Frysinger2007-01-291-1/+1
|
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-131-0/+41
pthread tests were contributed by Stefan Soucek