Home
last modified time | relevance | path

Searched refs:g_sz (Results 1 - 7 of 7) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/float/
H A DIt_smp_los_float_switch_003.c42 static UINT32 g_sz[3] = {0}; variable
86 LOS_TaskDelete(g_sz[arg]); in TaskF01()
104 ret = LOS_TaskCreate(&g_sz[i], &testTask); in Testcase()
114 LOS_TaskDelete(g_sz[i]); in Testcase()
H A DIt_smp_los_float_switch_001.c41 static UINT32 g_sz[LOSCFG_KERNEL_CORE_NUM] = {0}; variable
84 LOS_TaskDelete(g_sz[arg]); in TaskF01()
101 ret = LOS_TaskCreate(&g_sz[coreIdx], &testTask); in Testcase()
112 LOS_TaskDelete(g_sz[i]); in Testcase()
H A DIt_smp_los_float_switch_002.c42 static UINT32 g_sz[LOSCFG_KERNEL_CORE_NUM] = {0}; variable
H A DIt_smp_los_float_switch_004.c42 static UINT32 g_sz[3] = {0}; variable
H A DIt_smp_los_float_switch_005.c42 static UINT32 g_sz[3] = {0}; variable
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/sem/smp/
H A DIt_smp_los_sem_031.c41 static UINT32 g_sz[LOSCFG_KERNEL_CORE_NUM] = {0}; variable
77 ret = LOS_TaskCreate(&g_sz[i], &testTask); in Testcase()
95 LOS_TaskDelete(g_sz[i]); in Testcase()
H A DIt_smp_los_sem_032.c41 static UINT32 g_sz[LOSCFG_KERNEL_CORE_NUM] = {0}; variable
76 ret = LOS_TaskCreate(&g_sz[i], &testTask); in Testcase()
91 LOS_TaskDelete(g_sz[i]); in Testcase()

Completed in 3 milliseconds