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