Searched refs:sem_trywait (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/posix/
H A Dsemaphore.h39 int sem_trywait(sem_t* semaphore);
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp327 TEST("sem_trywait() success");
328 assert_posix_success(sem_trywait(sem));
335 TEST("sem_trywait() success");
336 assert_posix_success(sem_trywait(sem));
343 TEST("sem_trywait() failure");
344 assert_posix_error(EAGAIN, sem_trywait(sem));
462 TEST("sem_trywait() success");
463 assert_posix_success(sem_trywait(sem));
470 TEST("sem_trywait() success");
471 assert_posix_success(sem_trywait(se
[all...]
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp248 sem_trywait(sem_t* semaphore) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2389 void sem_trywait() {} function
H A Dlibroot_stubs_legacy.c2371 void sem_trywait() {} function

Completed in 120 milliseconds