Searched refs:old_params (Results 1 – 1 of 1) sorted by relevance
272 sched_param old_params; in can_change_thread_priority() local274 int err = pthread_getschedparam(this_thread, &old_policy, &old_params); in can_change_thread_priority()282 err = pthread_setschedparam(this_thread, old_policy, &old_params); in can_change_thread_priority()