Home
last modified time | relevance | path

Searched refs:th1 (Results 1 - 7 of 7) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_018.cpp43 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 Dpthread_test_019.cpp43 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 Dpthread_test_015.cpp41 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 Dpthread_test_016.cpp43 pthread_t th1; in GroupProcess() local
64 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess()
H A Dpthread_test_008.cpp90 pthread_t th1; in Testcase() local
99 pthread_create(&th1, &attr, PthreadFunc1115, NULL); in Testcase()
H A Dpthread_test_007.cpp90 pthread_t th1; in Testcase() local
99 pthread_create(&th1, &attr, PthreadFunc1115, NULL); in Testcase()
H A Dpthread_test_017.cpp38 pthread_t th1; in GroupProcess() local
62 ret = pthread_create(&th1, &attr, PthreadTest115, 0); in GroupProcess()

Completed in 2 milliseconds