Searched refs:TestAssertWaitDelay (Results 1 – 7 of 7) sorted by relevance
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
D | It_posix_queue_036.c | 39 TestAssertWaitDelay((UINT32 *)&g_testCount, 3); // 3, Here, assert the g_testCount. in PthreadF01() 107 TestAssertWaitDelay((UINT32 *)&g_testCount, 1); in Testcase() 118 TestAssertWaitDelay((UINT32 *)&g_testCount, 4); // 4, Here, assert the g_testCount. in Testcase()
|
D | It_posix_queue.c | 46 VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag) in TestAssertWaitDelay() function
|
D | It_posix_queue.h | 110 extern VOID TestAssertWaitDelay(UINT32 *testCount, UINT32 flag);
|
/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);
|