| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 38 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 D | mod.rs | 61 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 D | mod.rs | 1263 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 D | unix.txt | 709 pthread_key_t
|
| H A D | aix.txt | 2280 pthread_key_t
|
| H A D | android.txt | 3654 pthread_key_t
|
| /rust-libc-0.2.174/src/unix/nuttx/ |
| H A D | mod.rs | 16 pub type pthread_key_t = i32; typedef
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 29 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 D | mod.rs | 33 pub type pthread_key_t = c_uint; typedef
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 9 pub type pthread_key_t = c_int; typedef
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 20 pub type pthread_key_t = usize; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | mod.rs | 17 pub type pthread_key_t = c_uint; typedef
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 18 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 D | mod.rs | 13 pub type pthread_key_t = c_int; typedef
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 5 pub type pthread_key_t = c_int; typedef
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 49 pub type pthread_key_t = usize; typedef
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 68 pub type pthread_key_t = c_int; typedef
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 40 pub type pthread_key_t = c_uint; typedef
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 41 pub type pthread_key_t = c_uint; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 27 pub type pthread_key_t = c_int; typedef
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 162 pub type pthread_key_t = __pthread_key; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 21 pub type pthread_key_t = c_uint; typedef
|