Skip to main content

pthread_detach

Function pthread_detach 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_detach(thread: pthread_t) -> c_int
Expand description

Marks a joinable thread detached so it is reclaimed automatically.