Function arceos_posix_api::sys_pthread_getspecific
source · pub fn sys_pthread_getspecific(key: pthread_key_t) -> *mut c_voidAvailable on crate features
musl and multitask only.Expand description
Get the value of a specific key for a thread.