Home
last modified time | relevance | path

Searched refs:sync_t (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/libc/src/unix/nto/
H A Dneutrino.rs1 pub type nto_job_t = ::sync_t;
1221 __sync: *mut ::sync_t, in SyncTypeCreate()
1226 __sync: *mut ::sync_t, in SyncTypeCreate_r()
1229 pub fn SyncDestroy(__sync: *mut ::sync_t) -> ::c_int; in SyncDestroy()
1230 pub fn SyncDestroy_r(__sync: *mut ::sync_t) -> ::c_int; in SyncDestroy_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()
1235 pub fn SyncMutexLock(__sync: *mut ::sync_t) in SyncMutexEvent_r()
[all...]
H A Dmod.rs61 pub type pthread_mutex_t = ::sync_t;
63 pub type pthread_cond_t = ::sync_t;
67 pub type pthread_spinlock_t = sync_t;
69 pub type sem_t = sync_t;
734 pub struct sync_t { structure names

Completed in 11 milliseconds