| /kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
| D | process_test_009.cpp | 33 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 64 ret = pthread_create(&newPthread, NULL, ThreadFunc2, NULL); in ProcessTest001() 67 ret = pthread_create(&newPthread, NULL, ThreadFunc2, NULL); in ProcessTest001()
|
| D | process_test_011.cpp | 36 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 52 ret = pthread_create(&newPthread, NULL, ThreadFunc2, NULL); in ThreadFunc()
|
| D | process_test_010.cpp | 35 static void *ThreadFunc2(void *arg) {} in ThreadFunc2() function 51 ret = pthread_create(&newPthread, NULL, ThreadFunc2, &data); in ProcessTest001()
|
| D | process_test_008.cpp | 35 __attribute__((optnone)) static void *ThreadFunc2(void *arg) in ThreadFunc2() function 76 ret = pthread_create(&newPthread, NULL, ThreadFunc2, &data); in ProcessTest001()
|
| D | process_test_006.cpp | 35 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 78 ret = pthread_create(&newPthread, NULL, ThreadFunc2, &data); in ProcessTest001()
|
| D | process_test_012.cpp | 36 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 53 ret = pthread_create(&newPthread, NULL, ThreadFunc2, NULL); in ThreadFunc001()
|
| D | process_test_022.cpp | 53 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 109 ret = pthread_create(&newPthread1, NULL, ThreadFunc2, NULL); in ProcessTest()
|
| D | process_test_023.cpp | 54 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 109 ret = pthread_create(&newPthread1, NULL, ThreadFunc2, NULL); in ProcessTest()
|
| D | process_test_024.cpp | 52 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 104 ret = pthread_create(&newPthread1, NULL, ThreadFunc2, NULL); in ProcessTest()
|
| D | process_test_025.cpp | 52 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 107 ret = pthread_create(&newPthread, NULL, ThreadFunc2, NULL); in ProcessTest()
|
| /kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
| D | process_test_007.cpp | 35 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 56 ret = pthread_create(&newPthread, NULL, ThreadFunc2, &data); in ProcessTest001()
|
| /kernel/liteos_a/testsuites/unittest/basic/exc/smoke/ |
| D | it_test_exc_002.cpp | 34 __attribute__((optnone)) static void *ThreadFunc2(void *arg) in ThreadFunc2() function 62 ret = pthread_create(&newThread, nullptr, ThreadFunc2, nullptr); in TestThread()
|
| D | it_test_exc_003.cpp | 38 __attribute__((optnone)) static void *ThreadFunc2(void *arg) in ThreadFunc2() function 76 ret = pthread_create(&newThread, &a, ThreadFunc2, &g_count[count]); in TestThread()
|
| /kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
| D | pthread_test_014.cpp | 69 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 124 ret = pthread_create(&tid2, NULL, ThreadFunc2, 0); in TestCase()
|
| D | pthread_test_001.cpp | 108 static void *ThreadFunc2(void *arg) in ThreadFunc2() function 164 ret = pthread_create(&newPthread, &a, ThreadFunc2, 0); in ThreadFunc()
|