Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 22 of 22) sorted by relevance

/rust-libc-0.2.174/src/teeos/
H A Dmod.rs38 pub type pthread_key_t = c_uint; typedef
1038 key: *mut pthread_key_t, in pthread_key_create() argument
1042 pub fn pthread_key_delete(key: pthread_key_t) -> c_int; in pthread_key_delete()
1044 pub fn pthread_getspecific(key: pthread_key_t) -> *mut c_void; in pthread_getspecific()
1046 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() argument
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs61 pub type pthread_key_t = c_ulong; typedef
1539 key: *mut crate::pthread_key_t, in pthread_key_create() argument
1544 pub fn pthread_key_delete(key: crate::pthread_key_t) -> c_int; in pthread_key_delete()
1547 pub fn pthread_setspecific(key: crate::pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() argument
1550 pub fn pthread_getspecific(key: crate::pthread_key_t) -> *mut c_void; in pthread_getspecific()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1263 key: *mut pthread_key_t, in pthread_key_create() argument
1266 pub fn pthread_key_delete(key: pthread_key_t) -> c_int; in pthread_key_delete()
1267 pub fn pthread_getspecific(key: pthread_key_t) -> *mut c_void; in pthread_getspecific()
1268 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() argument
/rust-libc-0.2.174/libc-test/semver/
H A Dunix.txt709 pthread_key_t
H A Daix.txt2280 pthread_key_t
H A Dandroid.txt3654 pthread_key_t
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs16 pub type pthread_key_t = i32; typedef
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs29 pub type pthread_key_t = c_uint; typedef
3764 key: *mut pthread_key_t, in pthread_key_create() argument
3767 pub fn pthread_key_delete(key: pthread_key_t) -> c_int; in pthread_key_delete()
3768 pub fn pthread_getspecific(key: pthread_key_t) -> *mut c_void; in pthread_getspecific()
3769 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() argument
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs33 pub type pthread_key_t = c_uint; typedef
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs9 pub type pthread_key_t = c_int; typedef
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs20 pub type pthread_key_t = usize; typedef
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs17 pub type pthread_key_t = c_uint; typedef
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs18 pub type pthread_key_t = c_ulong; typedef
5498 key: crate::pthread_key_t, in pthread_introspection_setspecific_np() argument
5503 key: crate::pthread_key_t, in pthread_introspection_getspecific_np() argument
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs13 pub type pthread_key_t = c_int; typedef
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs5 pub type pthread_key_t = c_int; typedef
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs49 pub type pthread_key_t = usize; typedef
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs68 pub type pthread_key_t = c_int; typedef
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs40 pub type pthread_key_t = c_uint; typedef
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs41 pub type pthread_key_t = c_uint; typedef
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs27 pub type pthread_key_t = c_int; typedef
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs162 pub type pthread_key_t = __pthread_key; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs21 pub type pthread_key_t = c_uint; typedef