Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 12 of 12) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/apple/b32/
H A Dmod.rs58 pub struct pthread_once_t {
89 impl PartialEq for pthread_once_t {
90 fn eq(&self, other: &pthread_once_t) -> bool {
99 impl Eq for pthread_once_t {}
100 impl hash::Hash for pthread_once_t {
129 pub const PTHREAD_ONCE_INIT: crate::pthread_once_t = crate::pthread_once_t {
/rust-libc-0.2.174/src/unix/bsd/apple/b64/
H A Dmod.rs57 pub struct pthread_once_t {
82 impl PartialEq for pthread_once_t {
83 fn eq(&self, other: &pthread_once_t) -> bool {
92 impl Eq for pthread_once_t {}
93 impl hash::Hash for pthread_once_t {
122 pub const PTHREAD_ONCE_INIT: crate::pthread_once_t = crate::pthread_once_t {
/rust-libc-0.2.174/src/unix/aix/
H A Dpowerpc64.rs52 pub struct pthread_once_t {
394 pub const PTHREAD_ONCE_INIT: pthread_once_t = pthread_once_t {
H A Dmod.rs2779 once_control: *mut crate::pthread_once_t, in pthread_once() argument
/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() argument
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs309 pub struct pthread_once_t {
/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt2224 pthread_once_t
H A Daix.txt2306 pthread_once_t
H A Dlinux.txt4161 pthread_once_t
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs22 pub type pthread_once_t = c_int; typedef
2844 pub const PTHREAD_ONCE_INIT: pthread_once_t = 0;
6905 pub fn pthread_once(control: *mut pthread_once_t, routine: extern "C" fn()) -> c_int; in pthread_once() argument
/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() argument
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5390 once_control: *mut crate::pthread_once_t, in pthread_once() argument