Searched defs:sem (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dsem_destroy.c3 int sem_destroy(sem_t* sem) { argument
H A Dsem_wait.c3 int sem_wait(sem_t* sem) { argument
H A Dsem_timedwait.c8 int sem_timedwait(sem_t* restrict sem, const struct timespec* restrict at) { argument
H A Dsem_init.c6 int sem_init(sem_t* sem, int pshared, unsigned value) { argument
H A Dsem_post.c5 int sem_post(sem_t* sem) { argument
H A Dsem_trywait.c4 int sem_trywait(sem_t* sem) { argument
H A Dsem_getvalue.c5 int sem_getvalue(sem_t* restrict sem, int* restrict valp) { argument
H A Dsem_open.c10 int sem_close(sem_t* sem) { argument
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosfuchsia.cpp620 sem_t *sem = (sem_t*)malloc(sizeof(sem_t)); local

Completed in 85 milliseconds