Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/include/
Dlos_config.h268 #ifndef LOS_TASK_PRIORITY_LOWEST
269 #define LOS_TASK_PRIORITY_LOWEST 31 macro
/kernel/liteos_m/kal/posix/src/
Dpthread_attr.c166 (param->sched_priority >= LOS_TASK_PRIORITY_LOWEST)) { in pthread_attr_setschedparam()
269 return LOS_TASK_PRIORITY_LOWEST; in sched_get_priority_min()
/kernel/liteos_m/testsuites/sample/kernel/task/
DIt_los_task_048.c71 task1.usTaskPrio = LOS_TASK_PRIORITY_LOWEST - 1; in TestCase()