Function libc::pthread_attr_setdetachstate [] [src]

pub unsafe extern "C" fn pthread_attr_setdetachstate(
    attr: *mut pthread_attr_t,
    state: c_int
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io