Function axlibc::pthread_self
source · #[no_mangle]
pub unsafe extern "C" fn pthread_self() -> pthread_tAvailable on crate feature
multitask only.Expand description
Returns the pthread struct of current thread.
#[no_mangle]
pub unsafe extern "C" fn pthread_self() -> pthread_tmultitask only.Returns the pthread struct of current thread.