Home
last modified time | relevance | path

Searched defs:pthread_key_t (Results 1 – 19 of 19) 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()
1046 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1263 key: *mut pthread_key_t, in pthread_key_create()
1268 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific()
/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()
1547 pub fn pthread_setspecific(key: crate::pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific()
/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/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/fuchsia/
H A Dmod.rs29 pub type pthread_key_t = c_uint; typedef
3764 key: *mut pthread_key_t, in pthread_key_create()
3769 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific()
/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/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()
5503 key: crate::pthread_key_t, in pthread_introspection_getspecific_np()
/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/haiku/
H A Dmod.rs5 pub type pthread_key_t = c_int; typedef
/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/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