Home
last modified time | relevance | path

Searched refs:sem_timedwait (Results 1 – 11 of 11) sorted by relevance

/dragonfly/include/
HDsemaphore.h59 int sem_timedwait(sem_t * __restrict, const struct timespec * __restrict);
/dragonfly/lib/libpthread/
HDMakefile83 sem_timedwait.3 \
/dragonfly/test/testcases/posixipc/common/
HDcommon.c272 if (sem_timedwait(id, &end) < 0) { in timedwait()
/dragonfly/lib/libc/include/
HDnamespace.h223 #define sem_timedwait _sem_timedwait macro
HDun-namespace.h204 #undef sem_timedwait
/dragonfly/lib/libthread_xu/
HDpthread.map340 sem_timedwait;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c193 WR(stub_zero, sem_timedwait);
HDSymbol.map153 sem_timedwait;
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
HDosunixxf.c1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
/dragonfly/lib/libthread_xu/thread/
HDthr_sem.c754 __strong_reference(_sem_timedwait, sem_timedwait);
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt5937 code was using a relative-time timeout, but sem_timedwait requires the