/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/ |
D | It_posix_mutex_068.c | 53 LOS_TaskDelay(30); // 30, set delay time. in TaskF01() 58 LOS_TaskDelay(100); // 100, set delay time. in TaskF01() 73 LOS_TaskDelay(30); // 30, set delay time. in TaskF02() 78 LOS_TaskDelay(100); // 100, set delay time. in TaskF02() 114 LOS_TaskDelay(40); // 40, set delay time. in Testcase() 117 LOS_TaskDelay(30); // 30, set delay time. in Testcase()
|
D | It_posix_mutex_069.c | 49 LOS_TaskDelay(10); // 10, set delay time. in TaskF01() 59 LOS_TaskDelay(10); // 10, set delay time. in TaskF01() 91 LOS_TaskDelay(15); // 15, set delay time. in Testcase() 98 LOS_TaskDelay(10); // 10, set delay time. in Testcase()
|
D | It_posix_mutex_074.c | 53 LOS_TaskDelay(5); // 5, set delay time. in TaskF01() 75 LOS_TaskDelay(1); in TaskF02() 95 LOS_TaskDelay(2); // 2, set delay time. in TaskF03() 105 LOS_TaskDelay(4); // 4, set delay time. in TaskF03() 150 LOS_TaskDelay(10); // 10, set delay time. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_058.c | 65 LOS_TaskDelay(2); // 2, delay for Timing control. in PthreadF01() 87 LOS_TaskDelay(3); // 3, delay for Timing control. in PthreadF02() 106 LOS_TaskDelay(1); in Testcase() 111 LOS_TaskDelay(2); // 2, delay for Timing control. in Testcase() 122 LOS_TaskDelay(2); // 2, delay for Timing control. in Testcase()
|
D | It_posix_pthread_039.c | 43 LOS_TaskDelay(2); // 2, delay for Timing control. in PthreadF01() 61 LOS_TaskDelay(1); in Testcase() 70 LOS_TaskDelay(2); // 2, delay for Timing control. in Testcase() 84 LOS_TaskDelay(2); // 2, delay for Timing control. in Testcase()
|
D | It_posix_pthread_007.c | 69 LOS_TaskDelay(1); in Testcase() 82 LOS_TaskDelay(1); in Testcase() 92 LOS_TaskDelay(1); in Testcase() 101 LOS_TaskDelay(1); in Testcase()
|
D | It_posix_pthread_040.c | 43 LOS_TaskDelay(2); // 2, delay for Timing control. in PthreadF01() 60 LOS_TaskDelay(1); in Testcase() 69 LOS_TaskDelay(2); // 2, delay for Timing control. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/full/ |
D | It_extend_cpup_003.c | 64 LOS_TaskDelay(3); // 3, set delay time. in TaskF02() 94 LOS_TaskDelay(4); // 4, set delay time. in TaskF01() 116 LOS_TaskDelay(2); // 2, set delay time. in Testcase() 126 LOS_TaskDelay(2); // 2, set delay time. in Testcase() 143 LOS_TaskDelay(3); // 3, set delay time. in Testcase()
|
/kernel/liteos_m/testsuites/sample/kernel/mux/ |
D | It_los_mutex_014.c | 46 LOS_TaskDelay(30); // 30, set delay time. in TaskF01() 51 LOS_TaskDelay(100); // 100, set delay time. in TaskF01() 88 LOS_TaskDelay(30); // 30, set delay time. in Testcase() 91 LOS_TaskDelay(30); // 30, set delay time. in Testcase()
|
D | It_los_mutex_015.c | 43 LOS_TaskDelay(10); // 10, set delay time. in TaskF01() 53 LOS_TaskDelay(10); // 10, set delay time. in TaskF01() 85 LOS_TaskDelay(10); // 10, set delay time. in Testcase() 92 LOS_TaskDelay(10); // 10, set delay time. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/full/ |
D | It_los_mutex_015.c | 48 LOS_TaskDelay(10); // 10, delay for Timing control. in TaskF01() 58 LOS_TaskDelay(10); // 10, delay for Timing control. in TaskF01() 89 LOS_TaskDelay(15); // 15, delay for Timing control. in Testcase() 96 LOS_TaskDelay(20); // 20, delay for Timing control. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smp/ |
D | It_smp_los_mux_2015.c | 69 LOS_TaskDelay(10); // 10, delay for Timing control. in TaskF02() 132 LOS_TaskDelay(1); // task f01 run in Testcase() 137 LOS_TaskDelay(1); in Testcase() 142 LOS_TaskDelay(20); // 20, delay for Timing control. in Testcase() 146 LOS_TaskDelay(1); in Testcase()
|
/kernel/liteos_m/testsuites/sample/kernel/signal/ |
D | It_los_signal_003.c | 54 LOS_TaskDelay(1); in TaskF01() 65 LOS_TaskDelay(1); in TaskF02() 95 LOS_TaskDelay(10); in Testcase() 101 LOS_TaskDelay(10); in Testcase()
|
/kernel/liteos_m/testsuites/sample/kernel/swtmr/ |
D | It_los_swtmr_001.c | 66 ret = LOS_TaskDelay(10); // 10, set delay time. in Testcase() 71 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 91 ret = LOS_TaskDelay(10); // 10, set delay time. in Testcase() 96 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase()
|
D | It_los_swtmr_Align_013.c | 76 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 82 ret = LOS_TaskDelay(15); // 15, set delay time. in Testcase() 88 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase() 99 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase()
|
D | It_los_swtmr_Align_020.c | 77 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 83 ret = LOS_TaskDelay(15); // 15, set delay time. in Testcase() 88 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase() 97 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase()
|
D | It_los_swtmr_Align_021.c | 78 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 84 ret = LOS_TaskDelay(15); // 15, set delay time. in Testcase() 88 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase() 100 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase()
|
D | It_los_swtmr_Align_025.c | 94 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 100 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 106 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 122 ret = LOS_TaskDelay(15); // 15, set delay time. in Testcase()
|
D | It_los_swtmr_Align_027.c | 94 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 100 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 106 ret = LOS_TaskDelay(10); // 10, set delay time. in Testcase() 122 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase()
|
D | It_los_swtmr_Align_029.c | 94 ret = LOS_TaskDelay(2); // 2, set delay time. in Testcase() 100 ret = LOS_TaskDelay(2); // 2, set delay time. in Testcase() 106 ret = LOS_TaskDelay(3); // 3, set delay time. in Testcase() 119 ret = LOS_TaskDelay(10); // 10, set delay time. in Testcase()
|
D | It_los_swtmr_Align_023.c | 95 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 101 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 107 ret = LOS_TaskDelay(5); // 5, set delay time. in Testcase() 120 ret = LOS_TaskDelay(15); // 15, set delay time. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smp/ |
D | It_smp_los_task_003.c | 62 LOS_TaskDelay(2); // 2, set delay time. in Testcase() 67 LOS_TaskDelay(100); // 10, set delay time. in Testcase() 75 LOS_TaskDelay(2); // 2, set delay time. in Testcase()
|
D | It_smp_los_task_023.c | 45 LOS_TaskDelay(1000); // 1000, set delay time. in TaskF01() 74 LOS_TaskDelay(2); // 2, set delay time. in Testcase() 82 LOS_TaskDelay(2); // 2, set delay time. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/smp/ |
D | It_smp_extend_cpup_005.c | 98 LOS_TaskDelay(LOSCFG_BASE_CORE_TICK_PER_SECOND / 4); in Task01() 110 LOS_TaskDelay(LOSCFG_BASE_CORE_TICK_PER_SECOND * CPUP_BACKWARD); in Task02() 121 LOS_TaskDelay(LOSCFG_BASE_CORE_TICK_PER_SECOND * CPUP_BACKWARD); in Task02() 132 LOS_TaskDelay(LOSCFG_BASE_CORE_TICK_PER_SECOND * CPUP_BACKWARD); in Task02() 168 …LOS_TaskDelay(LOSCFG_BASE_CORE_TICK_PER_SECOND * (CPUP_BACKWARD * 3 + 1)); // 3, used to calculate… in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/full/ |
D | It_los_swtmr_076.c | 64 ret = LOS_TaskDelay(10); // 10, set delay time in Testcase() 69 ret = LOS_TaskDelay(10); // 10, set delay time in Testcase() 77 ret = LOS_TaskDelay(10); // 10, set delay time in Testcase()
|