summaryrefslogtreecommitdiffstats
path: root/test/pthread/ex7.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>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
|
* fixup shadowed warningsMike Frysinger2007-01-291-4/+4
|
* fixup prototype warningsMike Frysinger2007-01-291-1/+1
|
* fix warnings on 64bit hostsMike Frysinger2006-02-081-1/+1
|
* Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen2002-02-201-0/+103
mmu-less ARM perhaps sigsetjmp() isn't working?