libc

Function pthread_threadid_np

Source
pub unsafe extern "C" fn pthread_threadid_np(
    thread: pthread_t,
    thread_id: *mut u64,
) -> c_int