Searched refs:schedParam (Results 1 – 1 of 1) sorted by relevance
530 struct sched_param schedParam; in SetSelfThreadParam() local531 schedParam.sched_priority = priority; in SetSelfThreadParam()532 pthread_setschedparam(pthread_self(), SCHED_FIFO, &schedParam); in SetSelfThreadParam()