Searched refs:pthread_setschedparam (Results 1 – 3 of 3) sorted by relevance
280 if (pthread_setschedparam(thread, policy, &sched) != 0) { in SDL_SYS_SetThreadPriority()
114 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *pParam);
386 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() function
Completed in 8 milliseconds