Searched refs:pol (Results 1 – 4 of 4) sorted by relevance
145 int pol, prio; in strong_alias() local153 pol = handle_to_descr(handle)->p_sched_policy; in strong_alias()157 *policy = pol; in strong_alias()
1049 int pid, pol; in strong_alias() local1058 pol = __sched_getscheduler(pid); in strong_alias()1059 if (__builtin_expect (pol, 0) == -1) return errno; in strong_alias()1061 *policy = pol; in strong_alias()
759 int pid, pol; in libpthread_hidden_def() local768 pol = sched_getscheduler(pid); in libpthread_hidden_def()769 if (pol == -1) return errno; in libpthread_hidden_def()771 *policy = pol; in libpthread_hidden_def()
951 int pid, pol; in strong_alias() local960 pol = __sched_getscheduler(pid); in strong_alias()961 if (__builtin_expect (pol, 0) == -1) return errno; in strong_alias()963 *policy = pol; in strong_alias()
Completed in 11 milliseconds