/kernel/liteos_m/testsuites/unittest/posix/src/math/ |
D | math_func_test.c | 103 const int testCount = 3; variable 107 for (int i = 0; i < testCount; ++i) { 122 const int testCount = 3; variable 126 for (int i = 0; i < testCount; ++i) { 141 const int testCount = 3; variable 147 for (int i = 0; i < testCount; ++i) { 163 const int testCount = 4; variable 171 for (int i = 0; i < testCount; ++i) { 186 const int testCount = 3; variable 190 for (int i = 0; i < testCount; ++i) { [all …]
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/full/ |
D | It_extend_cpup_012.c | 49 INT32 testCount = 1000; // 1000, set to init testcount. in TaskF01() local 56 while (testCount > 0) { in TaskF01() 67 testCount--; in TaskF01() 75 testCount = 1000; // 1000, set to init testcount. in TaskF01() 76 while (testCount > 0) { in TaskF01() 86 testCount--; in TaskF01()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_006.cpp | 96 const int testCount = 10; in Testcase() local 105 ret = pthread_barrier_init(&g_barrier, NULL, testCount); in Testcase() 114 while (index < (testCount - 1)) { in Testcase() 122 ICUNIT_ASSERT_EQUAL(g_testToCount001, testCount - 1, g_testToCount001); in Testcase() 130 ICUNIT_ASSERT_EQUAL(g_testToCount001, testCount, g_testToCount001); in Testcase() 133 while (index < testCount) { in Testcase()
|
D | pthread_test_010.cpp | 60 const int testCount = 30; in Testcase() local 72 while (index < testCount) { in Testcase() 78 ICUNIT_ASSERT_EQUAL(g_testToCount001, testCount, g_testToCount001); in Testcase()
|
/kernel/liteos_m/testsuites/unittest/xts/math/ |
D | math_std_api_test.c | 52 const int testCount = 3; /* 3 common data for test, no special meaning */ variable 56 for (int i = 0; i < testCount; ++i) { 70 const int testCount = 3; /* 3 common data for test, no special meaning */ variable 75 for (int i = 0; i < testCount; ++i) {
|
D | math_api_test.c | 52 const int testCount = 3; /* 3 common data for test, no special meaning */ variable 56 for (int i = 0; i < testCount; ++i) {
|
/kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/ |
D | pthread_spinlock_test_001.cpp | 49 int testCount = TEST_LOOP_COUNT; in ThreadWriteFunc1() local 58 while (testCount > 0) { in ThreadWriteFunc1() 79 testCount--; in ThreadWriteFunc1() 91 int testCount = TEST_LOOP_COUNT; in ThreadWriteFunc() local 97 while (testCount > 0) { in ThreadWriteFunc() 118 testCount--; in ThreadWriteFunc()
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
D | It_posix_queue.c | 46 VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag) in TestAssertWaitDelay() argument 48 while (*testCount != flag) { in TestAssertWaitDelay()
|
D | It_posix_queue.h | 110 extern VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag);
|
/kernel/liteos_a/testsuites/unittest/common/ |
D | osTest.cpp | 282 VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag) in TestAssertWaitDelay() argument 284 while (*testCount != flag) { in TestAssertWaitDelay()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
D | pthread_test_004.cpp | 319 const int testCount = 5; in PthreadTest004() local 358 while (g_threadTestCount1 != (1 + (testCount * 3))) { // 3 in PthreadTest004()
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
D | osTest.h | 136 extern VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag);
|