pthread_setschedparam method
Implementation
int pthread_setschedparam(
pthread_t arg0,
int arg1,
ffi.Pointer<sched_param> arg2,
) {
return _pthread_setschedparam(arg0, arg1, arg2);
}
int pthread_setschedparam(
pthread_t arg0,
int arg1,
ffi.Pointer<sched_param> arg2,
) {
return _pthread_setschedparam(arg0, arg1, arg2);
}