Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 12 of 12) sorted by relevance

/kernel/liteos_m/testsuites/unittest/posix/src/math/
Dmath_func_test.c103 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/
DIt_extend_cpup_012.c49 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/
Dpthread_test_006.cpp96 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()
Dpthread_test_010.cpp60 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/
Dmath_std_api_test.c52 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) {
Dmath_api_test.c52 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/
Dpthread_spinlock_test_001.cpp49 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/
DIt_posix_queue.c46 VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag) in TestAssertWaitDelay() argument
48 while (*testCount != flag) { in TestAssertWaitDelay()
DIt_posix_queue.h110 extern VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag);
/kernel/liteos_a/testsuites/unittest/common/
DosTest.cpp282 VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag) in TestAssertWaitDelay() argument
284 while (*testCount != flag) { in TestAssertWaitDelay()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_004.cpp319 const int testCount = 5; in PthreadTest004() local
358 while (g_threadTestCount1 != (1 + (testCount * 3))) { // 3 in PthreadTest004()
/kernel/liteos_a/testsuites/unittest/common/include/
DosTest.h136 extern VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag);