Searched refs:LOS_MOD_CPUP (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_a/kernel/include/ |
H A D | los_cpup.h | 58 #define LOS_ERRNO_CPUP_NO_MEMORY LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x00) 68 #define LOS_ERRNO_CPUP_PTR_ERR LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x01) 78 #define LOS_ERRNO_CPUP_NO_INIT LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x02) 88 #define LOS_ERRNO_CPUP_NO_CREATED LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x03) 98 #define LOS_ERRNO_CPUP_ID_INVALID LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x04)
|
H A D | los_err.h | 144 LOS_MOD_CPUP = 0x1e, enumerator
|
/kernel/liteos_m/components/cpup/ |
H A D | los_cpup.h | 58 #define LOS_ERRNO_CPUP_NO_MEMORY LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x00)
68 #define LOS_ERRNO_CPUP_TASK_PTR_NULL LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x01)
78 #define LOS_ERRNO_CPUP_NO_INIT LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x02)
88 #define LOS_ERRNO_CPUP_MAXNUM_INVALID LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x03)
98 #define LOS_ERRNO_CPUP_THREAD_NO_CREATED LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x04)
108 #define LOS_ERRNO_CPUP_TSK_ID_INVALID LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x05)
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/smp/ |
H A D | It_smp_extend_cpup_010.c | 61 } while ((!(LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x00) & tempCpup)) && (g_testSmpCpupStop != 1)); in Task02()
|
/kernel/liteos_m/utils/ |
H A D | los_error.h | 197 LOS_MOD_CPUP = 0x1e,
enumerator
|
Completed in 3 milliseconds