/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
D | pthread_test_001.cpp | 215 pthread_t newPthread, newPthread1; in PthreadTest001() local 238 ret = pthread_create(&newPthread1, &a, ThreadFunc5, 0); in PthreadTest001() 244 ret = pthread_detach(newPthread1); in PthreadTest001() 258 ret = pthread_create(&newPthread1, &a, ThreadFunc6, 0); in PthreadTest001() 268 ret = pthread_detach(newPthread1); in PthreadTest001()
|
D | pthread_test_004.cpp | 318 pthread_t newPthread, newPthread1; in PthreadTest004() local 344 ret = pthread_create(&newPthread1, &a, ThreadFunc5, 0); in PthreadTest004() 347 ret = pthread_detach(newPthread1); in PthreadTest004() 372 ret = pthread_create(&newPthread1, &a, ThreadFunc6, 0); in PthreadTest004() 375 ret = pthread_join(newPthread1, &res); in PthreadTest004()
|
D | pthread_test_002.cpp | 175 pthread_t newPthread, newPthread1; in Testcase() local 196 ret = pthread_create(&newPthread1, &a, ThreadFuncTest3, 0); in Testcase() 205 ret = pthread_join(newPthread1, &res); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
D | process_test_023.cpp | 74 pthread_t newPthread, newPthread1; in ProcessTest() local 109 ret = pthread_create(&newPthread1, NULL, ThreadFunc2, NULL); in ProcessTest() 119 ret = pthread_join(newPthread1, NULL); in ProcessTest()
|
D | process_test_022.cpp | 71 pthread_t newPthread, newPthread1; in ProcessTest() local 109 ret = pthread_create(&newPthread1, NULL, ThreadFunc2, NULL); in ProcessTest() 123 ret = pthread_join(newPthread1, NULL); in ProcessTest()
|
D | process_test_024.cpp | 69 pthread_t newPthread, newPthread1; in ProcessTest() local 104 ret = pthread_create(&newPthread1, NULL, ThreadFunc2, NULL); in ProcessTest() 115 ret = pthread_join(newPthread1, NULL); in ProcessTest()
|
D | process_test_025.cpp | 74 pthread_t newPthread, newPthread1; in ProcessTest() local 112 ret = pthread_create(&newPthread1, NULL, ThreadFunc, NULL); in ProcessTest() 126 ret = pthread_join(newPthread1, NULL); in ProcessTest()
|
D | process_test_021.cpp | 91 pthread_t newPthread, newPthread1; in ProcessTest() local 128 ret = pthread_create(&newPthread1, NULL, ThreadFunc1, NULL); in ProcessTest() 151 ret = pthread_join(newPthread1, NULL); in ProcessTest()
|
D | process_test_009.cpp | 46 pthread_t newPthread, newPthread1; in ProcessTest001() local
|
D | process_test_010.cpp | 43 pthread_t newPthread, newPthread1; in ProcessTest001() local
|
D | process_test_008.cpp | 54 pthread_t newPthread, newPthread1; in ProcessTest001() local
|
D | process_test_006.cpp | 53 pthread_t newPthread, newPthread1; in ProcessTest001() local
|
/kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/ |
D | pthread_spinlock_test_001.cpp | 132 pthread_t newPthread, newPthread1; in Testcase() local 155 ret = pthread_create(&newPthread1, &a, ThreadWriteFunc, &g_writePar[0]); in Testcase() 164 ret = pthread_join(newPthread1, &res); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
D | signal_test_041.cpp | 132 pthread_t newPthread, newPthread1; in TestCase() local 175 ret = pthread_create(&newPthread1, nullptr, ThreadFunc7, nullptr); in TestCase() 206 ret = pthread_join(newPthread1, &res); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/ |
D | pthread_rwlock_test_001.cpp | 225 pthread_t newPthread, newPthread1; in Testcase() local 248 ret = pthread_create(&newPthread1, &a, ThreadWriteFunc, &g_writePar[0]); in Testcase() 271 ret = pthread_join(newPthread1, &res); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/ |
D | pthread_rwlock_test_002.cpp | 225 pthread_t newPthread, newPthread1; in PthreadRwlockTest() local 248 ret = pthread_create(&newPthread1, &a, ThreadWriteFunc, &g_writePar[0]); in PthreadRwlockTest() 271 ret = pthread_join(newPthread1, &res); in PthreadRwlockTest()
|
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/full/ |
D | pthread_mutex_test_018.cpp | 104 pthread_t newPthread, newPthread1; in Testcase() local 138 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/ |
D | pthread_mutex_test_019.cpp | 107 pthread_t newPthread[10], newPthread1; in Testcase() local 144 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
|
D | pthread_mutex_test_021.cpp | 134 pthread_t newPthread[10], newPthread1; in Testcase() local 177 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
|
D | pthread_mutex_test_022.cpp | 134 pthread_t newPthread[10], newPthread1; in Testcase() local 177 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
|
D | pthread_mutex_test_020.cpp | 134 pthread_t newPthread[10], newPthread1; in Testcase() local 180 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
D | process_test_007.cpp | 47 pthread_t newPthread, newPthread1; in ProcessTest001() local
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_003.cpp | 86 pthread_t newPthread, newPthread1; in Testcase() local
|
D | pthread_test_006.cpp | 88 pthread_t newPthread[10], newPthread1; in Testcase() local
|