pthread_kill

Function pthread_kill 

Source
pub unsafe extern "C" fn pthread_kill(
    __threadid: pthread_t,
    __signo: c_int,
) -> c_int