Home
last modified time | relevance | path

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

/third_party/ulib/musl/pthread/
A Dsem_wait.c4 return sem_timedwait(sem, 0); in sem_wait()
A Dsem_timedwait.c8 int sem_timedwait(sem_t* restrict sem, const struct timespec* restrict at) { in sem_timedwait() function
/third_party/ulib/musl/include/
A Dsemaphore.h24 int sem_timedwait(sem_t* __restrict, const struct timespec* __restrict);
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixxf.c933 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
A Dosfuchsia.cpp688 if (sem_timedwait(Handle, &then) < 0) { in AcpiOsWaitSemaphore()
/third_party/ulib/musl/
A Dmusl-rules.mk123 $(LOCAL_DIR)/pthread/sem_timedwait.c \
/third_party/lib/acpica/
A Dchanges.txt2664 code was using a relative-time timeout, but sem_timedwait requires the

Completed in 25 milliseconds