Searched refs:LOS_TASK_PRIORITY_LOWEST (Results 1 – 3 of 3) sorted by relevance
268 #ifndef LOS_TASK_PRIORITY_LOWEST269 #define LOS_TASK_PRIORITY_LOWEST 31 macro
166 (param->sched_priority >= LOS_TASK_PRIORITY_LOWEST)) { in pthread_attr_setschedparam()269 return LOS_TASK_PRIORITY_LOWEST; in sched_get_priority_min()
71 task1.usTaskPrio = LOS_TASK_PRIORITY_LOWEST - 1; in TestCase()