Searched refs:th1 (Results 1 - 7 of 7) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_018.cpp | 43 pthread_t th1; in PthreadTest115() local 45 int ret = pthread_create(&th1, NULL, PthreadTest116, 0); in PthreadTest115() 48 ret = pthread_join(th1, NULL); in PthreadTest115() 59 pthread_t th1; in GroupProcess() local 81 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess() 84 ret = pthread_join(th1, NULL); in GroupProcess() 105 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess() 108 ret = pthread_join(th1, NULL); in GroupProcess()
|
H A D | pthread_test_019.cpp | 43 pthread_t th1; in PthreadTest115() local 45 int ret = pthread_create(&th1, NULL, PthreadTest116, 0); in PthreadTest115() 48 ret = pthread_join(th1, NULL); in PthreadTest115() 59 pthread_t th1; in GroupProcess() local 90 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess()
|
H A D | pthread_test_015.cpp | 41 pthread_t th1; in GroupProcess() local 62 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess() 65 ret = pthread_join(th1, NULL); in GroupProcess()
|
H A D | pthread_test_016.cpp | 43 pthread_t th1; in GroupProcess() local 64 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess()
|
H A D | pthread_test_008.cpp | 90 pthread_t th1; in Testcase() local 99 pthread_create(&th1, &attr, PthreadFunc1115, NULL); in Testcase()
|
H A D | pthread_test_007.cpp | 90 pthread_t th1; in Testcase() local 99 pthread_create(&th1, &attr, PthreadFunc1115, NULL); in Testcase()
|
H A D | pthread_test_017.cpp | 38 pthread_t th1; in GroupProcess() local 62 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess()
|
Completed in 3 milliseconds