Searched defs:sem_wait (Results 1 – 8 of 8) sorted by relevance
3 int sem_wait(sem_t *sem) in sem_wait() function
27 #define sem_wait(psem) dispatch_semaphore_wait(*psem, DISPATCH_TIME_FOREVER) macro
532 int sem_wait(UV_PLATFORM_SEM_T* semid) { in sem_wait() function
88 int (*sem_wait)(sem_t *sem); member
147 VkSemaphore *sem_wait; member
281 int sem_wait(sem_t *sem) in sem_wait() function
1340 pub fn sem_wait(sem: *mut sem_t) -> ::c_int; in sem_wait() function
3796 pub fn sem_wait(sem: *mut sem_t) -> ::c_int; in sem_wait() function