axlibc

Function pthread_self

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_self() -> pthread_t
Available on crate feature multitask only.
Expand description

Returns the pthread struct of current thread.