Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_TSK_STKSZ_TOO_SMALL (Results 1 – 9 of 9) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/task/
DIt_los_task_004.c51 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_STKSZ_TOO_SMALL, ret); in TestCase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/
DIt_los_task_004.c56 ICUNIT_GOTO_EQUAL(ret, LOS_ERRNO_TSK_STKSZ_TOO_SMALL, ret, EXIT); in Testcase()
DIt_los_task_121.c63 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_STKSZ_TOO_SMALL, ret); in Testcase()
/kernel/liteos_m/kal/posix/src/
Dmap_error.c56 case LOS_ERRNO_TSK_STKSZ_TOO_SMALL: in map_errno()
/kernel/liteos_a/compat/posix/src/
Dmap_error.c76 case LOS_ERRNO_TSK_STKSZ_TOO_SMALL: in map_errno()
/kernel/liteos_a/kernel/include/
Dlos_task.h140 #define LOS_ERRNO_TSK_STKSZ_TOO_SMALL LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x06) macro
/kernel/liteos_m/kernel/include/
Dlos_task.h120 #define LOS_ERRNO_TSK_STKSZ_TOO_SMALL LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x06) macro
/kernel/liteos_m/kernel/src/
Dlos_task.c698 return LOS_ERRNO_TSK_STKSZ_TOO_SMALL; in OsTaskInitParamCheck()
/kernel/liteos_a/kernel/base/core/
Dlos_task.c458 return LOS_ERRNO_TSK_STKSZ_TOO_SMALL; in OsTaskCreateParamCheck()