pthread_setname_np

Function pthread_setname_np 

Source
pub unsafe extern "C" fn pthread_setname_np(
    __target_thread: pthread_t,
    __name: *const c_char,
) -> c_int