Searched refs:sem_wait (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/posix/
H A Dsemaphore.h40 int sem_wait(sem_t* semaphore);
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp282 TEST("sem_wait() non-blocking");
283 assert_posix_success(sem_wait(sem));
290 TEST("sem_wait() non-blocking");
291 assert_posix_success(sem_wait(sem));
430 TEST("sem_wait() non-blocking");
431 assert_posix_success(sem_wait(sem));
438 TEST("sem_wait() non-blocking");
439 assert_posix_success(sem_wait(sem));
565 assert_posix_success(sem_wait(sem));
594 assert_posix_success(sem_wait(se
[all...]
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp262 sem_wait(sem_t* semaphore) function
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp37 sem_wait(&fSyncSem);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2391 void sem_wait() {} function
H A Dlibroot_stubs_legacy.c2373 void sem_wait() {} function

Completed in 146 milliseconds