/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
D | process_test_014.cpp | 36 static void *ThreadFunc(void *arg) in ThreadFunc() function 59 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in TestCase()
|
D | process_test_011.cpp | 43 static void *ThreadFunc(void *arg) in ThreadFunc() function 83 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in TestCase()
|
D | process_test_015.cpp | 38 static void *ThreadFunc(void *arg) in ThreadFunc() function 71 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_016.cpp | 38 static void *ThreadFunc(void *arg) in ThreadFunc() function 73 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_017.cpp | 38 static void *ThreadFunc(void *arg) in ThreadFunc() function 73 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_019.cpp | 38 static void *ThreadFunc(void *arg) in ThreadFunc() function 80 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_018.cpp | 38 static void *ThreadFunc(void *arg) in ThreadFunc() function 74 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_012.cpp | 76 static void *ThreadFunc(void *arg) in ThreadFunc() function 114 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in TestCase()
|
D | process_test_020.cpp | 37 static void *ThreadFunc(void *arg) in ThreadFunc() function 91 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_023.cpp | 39 static void *ThreadFunc(void *arg) in ThreadFunc() function 105 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_022.cpp | 39 static void *ThreadFunc(void *arg) in ThreadFunc() function 105 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_024.cpp | 39 static void *ThreadFunc(void *arg) in ThreadFunc() function 99 ret = pthread_create(&newPthread, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_025.cpp | 39 static void *ThreadFunc(void *arg) in ThreadFunc() function 112 ret = pthread_create(&newPthread1, NULL, ThreadFunc, NULL); in ProcessTest()
|
D | process_test_021.cpp | 40 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/ |
D | pthread_test_014.cpp | 36 static void *ThreadFunc(void *arg) in ThreadFunc() function 118 ret = pthread_create(&tid, NULL, ThreadFunc, 0); in TestCase()
|
D | pthread_test_001.cpp | 141 static void *ThreadFunc(void *arg) in ThreadFunc() function 232 ret = pthread_create(&newPthread, &a, ThreadFunc, 0); in PthreadTest001()
|