Home
last modified time | relevance | path

Searched refs:ThreadFunc (Results 1 - 17 of 17) sorted by relevance

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

Completed in 5 milliseconds