Searched defs:sem_post (Results 1 – 4 of 4) sorted by relevance
24 static int sem_post(sem_t *sem) in sem_post() function67 static int sem_post(sem_t *sem) in sem_post() function
97 #define sem_post(sem) ReleaseSemaphore(*sem, 1, NULL) macro
1279 pub fn sem_post(sem: *mut sem_t) -> ::c_int; in sem_post() function
3778 pub fn sem_post(sem: *mut sem_t) -> ::c_int; in sem_post() function