Searched refs:TestAssertWaitDelay (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/smoke/ |
D | It_posix_queue_053.cpp | 40 TestAssertWaitDelay(&g_testCount, 3); // 3, Here, assert the g_testCount. in PthreadF01() 106 TestAssertWaitDelay(&g_testCount, 1); in Testcase() 121 TestAssertWaitDelay(&g_testCount, 4); // 4, Here, assert the g_testCount. in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
D | It_posix_queue_097.cpp | 121 TestAssertWaitDelay(&g_testCount, 4); // 4, Here, assert the g_testCount. in Testcase()
|
/kernel/liteos_a/testsuites/unittest/common/ |
D | osTest.cpp | 282 VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag) in TestAssertWaitDelay() function
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
D | osTest.h | 136 extern VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag);
|