Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Verify that sem_wait() doesn't return zero without decrementing the | 2012-03-03 | 1 | -3/+52 | |
| | | | | | semaphore when a signal is received. It should either resume waiting or return EINTR, preferrably the former. | ||||
* | While we guarantee that a zero-filled sem_t variable will trigger | 2012-03-03 | 1 | -2/+3 | |
| | | | | | | | EINVAL errors, a sem_t on the stack may have garbage, so make the tests portable by moving the sem_t from function to file scope. problem found by miod@ | ||||
* | Basic semaphore tests | 2012-01-04 | 1 | -0/+49 | |
ok guenther@ |