Home
last modified time | relevance | path

Searched refs:ThreadFunc3 (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
Dprocess_test_008.cpp40 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/
Dpthread_test_014.cpp85 static void *ThreadFunc3(void *arg) in ThreadFunc3() function
127 ret = pthread_create(&tid3, NULL, ThreadFunc3, 0); in TestCase()
Dpthread_test_001.cpp80 static void *ThreadFunc3(void *arg) in ThreadFunc3() function
178 ret = pthread_create(&newPthread, &a, ThreadFunc3, 0); in ThreadFunc()
Dpthread_test_004.cpp172 static void *ThreadFunc3(void *arg) in ThreadFunc3() function
263 ret = pthread_create(&newPthread, &a, ThreadFunc3, 0); in threadFunc()