Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_TSK_NOT_SUSPENDED (Results 1 – 25 of 26) sorted by relevance

12

/kernel/liteos_m/testsuites/sample/kernel/task/
DIt_los_task_032.c44 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in TestCase()
DIt_los_task_043.c62 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in TestCase()
DIt_los_task_029.c44 ICUNIT_GOTO_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret, EXIT); in TaskF01()
DIt_los_task_031.c47 ICUNIT_GOTO_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret, EXIT); in TaskF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/
DIt_los_task_032.c48 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in Testcase()
DIt_los_task_132.c50 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in Testcase()
DIt_los_task_135.c75 ICUNIT_TRACK_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in Testcase()
DIt_los_task_031.c50 ICUNIT_GOTO_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret, EXIT); in TaskF01()
DIt_los_task_043.c68 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in Testcase()
DIt_los_task_029.c47 ICUNIT_GOTO_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret, EXIT); in TaskF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smoke/
DIt_los_task_045.c52 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in SwtmrF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smp/
DIt_smp_los_task_087.c65 ICUNIT_GOTO_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret, EXIT); in Testcase()
DIt_smp_los_task_084.c49 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in HwiF01()
DIt_smp_los_task_072.c87 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in Testcase()
DIt_smp_los_task_049.c55 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in HwiF01()
DIt_smp_los_task_090.c76 ICUNIT_GOTO_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret, EXIT); in Testcase()
DIt_smp_los_task_091.c80 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in Testcase()
DIt_smp_los_task_088.c49 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in HwiF01()
DIt_smp_los_task_089.c49 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in HwiF01()
DIt_smp_los_task_092.c49 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in HwiF01()
DIt_smp_los_task_093.c49 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_TSK_NOT_SUSPENDED, ret); in HwiF01()
/kernel/liteos_a/kernel/include/
Dlos_task.h170 #define LOS_ERRNO_TSK_NOT_SUSPENDED LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x09) macro
/kernel/liteos_m/kernel/include/
Dlos_task.h150 #define LOS_ERRNO_TSK_NOT_SUSPENDED LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x09) macro
/kernel/liteos_m/kernel/src/
Dlos_task.c872 retErr = LOS_ERRNO_TSK_NOT_SUSPENDED; in LOS_TaskResume()
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c538 case LOS_ERRNO_TSK_NOT_SUSPENDED: in osThreadResume()

12