Searched refs:ThreadFuncTest (Results 1 - 6 of 6) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/ |
H A D | clock_test_002.cpp | 33 static void *ThreadFuncTest(void *arg) in ThreadFuncTest() function 61 ret = pthread_create(&thread, NULL, ThreadFuncTest, 0); in ClockTest()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_023.cpp | 32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function 70 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, NULL); in ChildProcess()
|
H A D | pthread_test_025.cpp | 32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function 62 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
|
H A D | pthread_test_024.cpp | 32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function 58 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
|
H A D | pthread_once_test_001.cpp | 52 static void *ThreadFuncTest(void *arg) in ThreadFuncTest() function 98 ret = pthread_create(&newPthread, &a, ThreadFuncTest, 0); in Testcase()
|
H A D | pthread_test_021.cpp | 32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function 92 ret = pthread_create(&newUserThread, NULL, ThreadFuncTest, (void *)currTID); in ChildProcess()
|
Completed in 3 milliseconds