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/
Dneutrino.rs1 pub type nto_job_t = ::sync_t;
1221 __sync: *mut ::sync_t, in SyncTypeCreate() argument
1226 __sync: *mut ::sync_t, in SyncTypeCreate_r() argument
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() argument
1232 pub fn SyncCtl_r(__cmd: ::c_int, __sync: *mut ::sync_t, __data: *mut ::c_void) -> ::c_int; in SyncCtl_r() argument
1233 pub fn SyncMutexEvent(__sync: *mut ::sync_t, event: *const ::sigevent) -> ::c_int; in SyncMutexEvent() argument
1234 pub fn SyncMutexEvent_r(__sync: *mut ::sync_t, event: *const ::sigevent) -> ::c_int; in SyncMutexEvent_r() argument
1235 pub fn SyncMutexLock(__sync: *mut ::sync_t) -> ::c_int; in SyncMutexLock()
[all …]
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 {