Searched refs:sync_t (Results 1 – 2 of 2) sorted by relevance
1 pub type nto_job_t = ::sync_t;1221 __sync: *mut ::sync_t, in SyncTypeCreate() argument1226 __sync: *mut ::sync_t, in SyncTypeCreate_r() argument1229 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() argument1232 pub fn SyncCtl_r(__cmd: ::c_int, __sync: *mut ::sync_t, __data: *mut ::c_void) -> ::c_int; in SyncCtl_r() argument1233 pub fn SyncMutexEvent(__sync: *mut ::sync_t, event: *const ::sigevent) -> ::c_int; in SyncMutexEvent() argument1234 pub fn SyncMutexEvent_r(__sync: *mut ::sync_t, event: *const ::sigevent) -> ::c_int; in SyncMutexEvent_r() argument1235 pub fn SyncMutexLock(__sync: *mut ::sync_t) -> ::c_int; in SyncMutexLock()[all …]
61 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 {