Home
last modified time | relevance | path

Searched defs:pthread_once_t (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/src/teeos/
H A Dmod.rs54 pub type pthread_once_t = c_int; typedef
1106 pub fn pthread_once(pot: *mut pthread_once_t, f: Option<once_fn>) -> c_int; in pthread_once()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs163 pub type pthread_once_t = __pthread_once; typedef
3962 pub fn pthread_once(control: *mut pthread_once_t, routine: extern "C" fn()) -> c_int; in pthread_once()
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs22 pub type pthread_once_t = c_int; typedef
6905 pub fn pthread_once(control: *mut pthread_once_t, routine: extern "C" fn()) -> c_int; in pthread_once()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2779 once_control: *mut crate::pthread_once_t, in pthread_once()
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5390 once_control: *mut crate::pthread_once_t, in pthread_once()