Home
last modified time | relevance | path

Searched refs:pthread_once (Results 1 – 8 of 8) sorted by relevance

/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1106 pub fn pthread_once(pot: *mut pthread_once_t, f: Option<once_fn>) -> c_int; in pthread_once() function
/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt2223 pthread_once
H A Daix.txt2305 pthread_once
H A Dlinux.txt4160 pthread_once
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2778 pub fn pthread_once( in pthread_once() function
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs3962 pub fn pthread_once(control: *mut pthread_once_t, routine: extern "C" fn()) -> c_int; in pthread_once() function
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5389 pub fn pthread_once( in pthread_once() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6905 pub fn pthread_once(control: *mut pthread_once_t, routine: extern "C" fn()) -> c_int; in pthread_once() function