Home
last modified time | relevance | path

Searched refs:g_pthreadTestCount (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
H A Dpthread_test_001.cpp34 static volatile int g_pthreadTestCount = 0; variable
59 ICUNIT_GOTO_EQUAL(g_pthreadTestCount, 9, g_pthreadTestCount, EXIT); // 9, here assert the result. in ThreadFunc4()
60 g_pthreadTestCount++; // 10 in ThreadFunc4()
87 g_pthreadTestCount++; // 7 in ThreadFunc3()
114 ICUNIT_GOTO_EQUAL(g_pthreadTestCount, 3, g_pthreadTestCount, EXIT); // 3, here assert the result. in ThreadFunc2()
116 g_pthreadTestCount++; // 4 in ThreadFunc2()
132 ICUNIT_GOTO_EQUAL(g_pthreadTestCount, 12, g_pthreadTestCount, EXI in ThreadFunc6()
[all...]
H A Dpthread_test_004.cpp34 static volatile int g_pthreadTestCount = 0; variable
132 ICUNIT_GOTO_EQUAL(g_pthreadTestCount, 12, g_pthreadTestCount, EXIT); // 12, here assert the result. in ThreadFunc6()
133 g_pthreadTestCount++; // 13 in ThreadFunc6()
149 ICUNIT_GOTO_EQUAL(g_pthreadTestCount, 9, g_pthreadTestCount, EXIT); // 9, here assert the result. in ThreadFunc4()
150 g_pthreadTestCount++; // 10 in ThreadFunc4()
180 ICUNIT_GOTO_EQUAL(g_pthreadTestCount, 6, g_pthreadTestCount, EXIT); // 6, here assert the result. in ThreadFunc3()
181 g_pthreadTestCount in ThreadFunc3()
[all...]

Completed in 1 milliseconds