Searched refs:ThreadFunc3 (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
D | process_test_008.cpp | 40 static void *ThreadFunc3(void *arg) in ThreadFunc3() function 71 ret = pthread_create(&newPthread, &a, ThreadFunc3, &data); in ProcessTest001()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
D | pthread_test_014.cpp | 85 static void *ThreadFunc3(void *arg) in ThreadFunc3() function 127 ret = pthread_create(&tid3, NULL, ThreadFunc3, 0); in TestCase()
|
D | pthread_test_001.cpp | 80 static void *ThreadFunc3(void *arg) in ThreadFunc3() function 178 ret = pthread_create(&newPthread, &a, ThreadFunc3, 0); in ThreadFunc()
|
D | pthread_test_004.cpp | 172 static void *ThreadFunc3(void *arg) in ThreadFunc3() function 263 ret = pthread_create(&newPthread, &a, ThreadFunc3, 0); in threadFunc()
|