Searched defs:sync_t (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/libc/src/unix/nto/ |
| D | neutrino.rs | 1221 __sync: *mut ::sync_t, in SyncTypeCreate() 1226 __sync: *mut ::sync_t, in SyncTypeCreate_r() 1231 pub fn SyncCtl(__cmd: ::c_int, __sync: *mut ::sync_t, __data: *mut ::c_void) -> ::c_int; in SyncCtl() 1232 pub fn SyncCtl_r(__cmd: ::c_int, __sync: *mut ::sync_t, __data: *mut ::c_void) -> ::c_int; in SyncCtl_r() 1233 pub fn SyncMutexEvent(__sync: *mut ::sync_t, event: *const ::sigevent) -> ::c_int; in SyncMutexEvent() 1234 pub fn SyncMutexEvent_r(__sync: *mut ::sync_t, event: *const ::sigevent) -> ::c_int; in SyncMutexEvent_r() 1241 pub fn SyncCondvarWait(__sync: *mut ::sync_t, __mutex: *mut ::sync_t) -> ::c_int; in SyncCondvarWait() 1242 pub fn SyncCondvarWait_r(__sync: *mut ::sync_t, __mutex: *mut ::sync_t) -> ::c_int; in SyncCondvarWait_r() 1243 pub fn SyncCondvarSignal(__sync: *mut ::sync_t, __all: ::c_int) -> ::c_int; in SyncCondvarSignal() 1244 pub fn SyncCondvarSignal_r(__sync: *mut ::sync_t, __all: ::c_int) -> ::c_int; in SyncCondvarSignal_r() [all …]
|