summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/semaphore/sem_getvalue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* While we guarantee that a zero-filled sem_t variable will triggerguenther2012-03-031-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 testsmpi2012-01-042-0/+32
ok guenther@