pub fn sys_pthread_getspecific(key: pthread_key_t) -> *mut c_void
Available on crate features musl and multitask only.
Expand description

Get the value of a specific key for a thread.