Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+32 | |
ok guenther@ |