Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sched/tool/
Dtrace_sched.c197 static int get_priority; /* get the priority that is set for this proc. */ in thread_func() local
243 if ((get_priority = sched_getparam(getpid(), &gsp)) == -1) { in thread_func()