[][src]Function libc::pthread_setname_np

pub unsafe extern "C" fn pthread_setname_np(
    t: pthread_t,
    name: *const c_schar,
    arg: *const c_void
) -> c_int