Home
last modified time | relevance | path

Searched defs:sem_post (Results 1 – 4 of 4) sorted by relevance

/external/python/cffi/testing/embedding/
Dthread-test.h24 static int sem_post(sem_t *sem) in sem_post() function
67 static int sem_post(sem_t *sem) in sem_post() function
/external/libvpx/libvpx/vp8/common/
Dthreading.h97 #define sem_post(sem) ReleaseSemaphore(*sem, 1, NULL) macro
/external/rust/crates/libc/src/unix/
Dmod.rs1279 pub fn sem_post(sem: *mut sem_t) -> ::c_int; in sem_post() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3778 pub fn sem_post(sem: *mut sem_t) -> ::c_int; in sem_post() function