summaryrefslogtreecommitdiff
path: root/test/pthread/ex7.c
AgeCommit message (Collapse)Author
2009-11-25call nanosleep directlyBernhard Reutner-Fischer
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>
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2007-01-29fixup shadowed warningsMike Frysinger
2007-01-29fixup prototype warningsMike Frysinger
2006-02-08fix warnings on 64bit hostsMike Frysinger
2002-02-20Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen
mmu-less ARM perhaps sigsetjmp() isn't working?