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

/haiku/headers/posix/
H A Dsemaphore.h38 int sem_timedwait(sem_t* semaphore, const struct timespec* abstime);
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp367 TEST("sem_timedwait() success");
369 assert_posix_success(sem_timedwait(sem,
376 TEST("sem_timedwait() success");
377 assert_posix_success(sem_timedwait(sem,
384 TEST("sem_timedwait() timeout");
386 assert_posix_error(ETIMEDOUT, sem_timedwait(sem,
502 TEST("sem_timedwait() success");
504 assert_posix_success(sem_timedwait(sem,
511 TEST("sem_timedwait() success");
512 assert_posix_success(sem_timedwait(se
[all...]
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp288 sem_timedwait(sem_t* semaphore, const struct timespec* abstime) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2388 void sem_timedwait() {} function
H A Dlibroot_stubs_legacy.c2370 void sem_timedwait() {} function

Completed in 260 milliseconds