Home
last modified time | relevance | path

Searched refs:ThreadFunc (Results 1 – 16 of 16) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
Dprocess_test_014.cpp36 static void *ThreadFunc(void *arg) in ThreadFunc() function
59 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in TestCase()
Dprocess_test_011.cpp43 static void *ThreadFunc(void *arg) in ThreadFunc() function
83 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in TestCase()
Dprocess_test_015.cpp38 static void *ThreadFunc(void *arg) in ThreadFunc() function
71 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_016.cpp38 static void *ThreadFunc(void *arg) in ThreadFunc() function
73 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_017.cpp38 static void *ThreadFunc(void *arg) in ThreadFunc() function
73 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_019.cpp38 static void *ThreadFunc(void *arg) in ThreadFunc() function
80 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_018.cpp38 static void *ThreadFunc(void *arg) in ThreadFunc() function
74 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_012.cpp76 static void *ThreadFunc(void *arg) in ThreadFunc() function
114 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in TestCase()
Dprocess_test_020.cpp37 static void *ThreadFunc(void *arg) in ThreadFunc() function
91 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_023.cpp39 static void *ThreadFunc(void *arg) in ThreadFunc() function
105 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_022.cpp39 static void *ThreadFunc(void *arg) in ThreadFunc() function
105 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_024.cpp39 static void *ThreadFunc(void *arg) in ThreadFunc() function
99 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_025.cpp39 static void *ThreadFunc(void *arg) in ThreadFunc() function
112 ret = pthread_create(&newPthread1, NULL, ThreadFunc, NULL); in ProcessTest()
Dprocess_test_021.cpp40 static void *ThreadFunc(void *arg) in ThreadFunc() function
124 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_014.cpp36 static void *ThreadFunc(void *arg) in ThreadFunc() function
118 ret = pthread_create(&tid, NULL, ThreadFunc, 0); in TestCase()
Dpthread_test_001.cpp141 static void *ThreadFunc(void *arg) in ThreadFunc() function
232 ret = pthread_create(&newPthread, &a, ThreadFunc, 0); in PthreadTest001()