Searched defs:sem_wait (Results 1 – 10 of 10) 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
534 int sem_wait(UV_PLATFORM_SEM_T* semid) { in sem_wait() function
88 int (*sem_wait)(sem_t *sem); member
227 #define sem_wait _sem_wait macro
281 int sem_wait(sem_t *sem) in sem_wait() function
171 VkSemaphore *sem_wait; member
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