Home
last modified time | relevance | path

Searched refs:newPthread1 (Results 1 – 24 of 24) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_001.cpp215 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()
Dpthread_test_004.cpp318 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()
Dpthread_test_002.cpp175 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/
Dprocess_test_023.cpp74 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()
Dprocess_test_022.cpp71 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()
Dprocess_test_024.cpp69 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()
Dprocess_test_025.cpp74 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()
Dprocess_test_021.cpp91 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()
Dprocess_test_009.cpp46 pthread_t newPthread, newPthread1; in ProcessTest001() local
Dprocess_test_010.cpp43 pthread_t newPthread, newPthread1; in ProcessTest001() local
Dprocess_test_008.cpp54 pthread_t newPthread, newPthread1; in ProcessTest001() local
Dprocess_test_006.cpp53 pthread_t newPthread, newPthread1; in ProcessTest001() local
/kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/
Dpthread_spinlock_test_001.cpp132 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/
Dsignal_test_041.cpp132 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/
Dpthread_rwlock_test_001.cpp225 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/
Dpthread_rwlock_test_002.cpp225 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/
Dpthread_mutex_test_018.cpp104 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/
Dpthread_mutex_test_019.cpp107 pthread_t newPthread[10], newPthread1; in Testcase() local
144 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
Dpthread_mutex_test_021.cpp134 pthread_t newPthread[10], newPthread1; in Testcase() local
177 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
Dpthread_mutex_test_022.cpp134 pthread_t newPthread[10], newPthread1; in Testcase() local
177 ret = pthread_create(&newPthread1, nullptr, ThreadFuncTest2, 0); in Testcase()
Dpthread_mutex_test_020.cpp134 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/
Dprocess_test_007.cpp47 pthread_t newPthread, newPthread1; in ProcessTest001() local
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_test_003.cpp86 pthread_t newPthread, newPthread1; in Testcase() local
Dpthread_test_006.cpp88 pthread_t newPthread[10], newPthread1; in Testcase() local