Home
last modified time | relevance | path

Searched defs:pthread_setspecific (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/src/unix/
H A Dmod.rs1268 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() function
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1046 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1547 pub fn pthread_setspecific(key: crate::pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3769 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() function