Home | History | Annotate | Download | only in tests

Lines Matching refs:sem_wait

3639 // test75: TN. Test for sem_post, sem_wait, sem_trywait. {{{1
3651 sem_wait(&sem[0]);
5525 // sem_open and sem_wait, it will be silent.
5529 CHECK(sem_wait(sem) == 0);
5543 CHECK(sem_wait(sem) == 0);
5546 // check that sem_open and sem_wait create a happens-before arc.
7745 sem_wait(&SEM);