speech_dispatcher_sys

Function pthread_getschedparam

Source
pub unsafe extern "C" fn pthread_getschedparam(
    __target_thread: pthread_t,
    __policy: *mut c_int,
    __param: *mut sched_param,
) -> c_int