Home
last modified time | relevance | path

Searched refs:ThreadFuncTest (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/
H A Dclock_test_002.cpp33 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 Dpthread_test_023.cpp32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function
70 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, NULL); in ChildProcess()
H A Dpthread_test_025.cpp32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function
62 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
H A Dpthread_test_024.cpp32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function
58 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
H A Dpthread_once_test_001.cpp52 static void *ThreadFuncTest(void *arg) in ThreadFuncTest() function
98 ret = pthread_create(&newPthread, &a, ThreadFuncTest, 0); in Testcase()
H A Dpthread_test_021.cpp32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() function
92 ret = pthread_create(&newUserThread, NULL, ThreadFuncTest, (void *)currTID); in ChildProcess()

Completed in 3 milliseconds