| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
pthread_mutex_timedlock() will block and then timeout on self-deadlock
|
|
|
|
|
| |
doesn't have SCHED_FIFO or SCHED_RR support, so use sleep(1) to 'ensure'
the second thread gets the lock when expected
|
|
|
|
| |
ok guenther@
|
|
|
|
| |
start running. calling pthread_yield makes test pass with rthreads
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
mean != EPERM in one test, minor changes to recursive mutex test.
remove printf in signal test signal handler, run test long enough
to ensure signal hander is called at least twice, reduce output.
Note: running these tests over a remote console may indicate bogus
falures due to console output latency. Any test that takes longer
than 5 seconds to complete may be flagged as a failure.
|
| |
|
|
Thanks to pval@ for resolving the license stuff.
|