Searched refs:thread_param (Results 1 – 1 of 1) sorted by relevance
944 struct sched_param thread_param; in MaybeRaiseThreadPriority() local947 &thread_param) == 0) { in MaybeRaiseThreadPriority()948 thread_param.sched_priority = 47; in MaybeRaiseThreadPriority()949 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in MaybeRaiseThreadPriority()