Searched refs:min_pri (Results 1 – 1 of 1) sorted by relevance
176 int min_pri=0; in create_thread() local188 min_pri = sched_get_priority_min(policy); in create_thread()189 if (param.sched_priority > min_pri) { in create_thread()