Home
last modified time | relevance | path

Searched refs:old_params (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dutils_concurrency_limit.h272 sched_param old_params; in can_change_thread_priority() local
274 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()