Home
last modified time | relevance | path

Searched refs:newTh3 (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_035.c92 pthread_t newTh, newTh2, newTh3; in Testcase() local
105 ret = pthread_create(&newTh3, NULL, PthreadF03, NULL); in Testcase()
120 ret = pthread_join(newTh3, (void *)&temp); in Testcase()
H A DIt_posix_pthread_034.c91 pthread_t newTh, newTh2, newTh3; in Testcase() local
104 ret = pthread_create(&newTh3, NULL, PthreadF03, NULL); in Testcase()
116 ret = pthread_join(newTh3, (void *)&temp); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_035.cpp95 pthread_t newTh, newTh2, newTh3; in Testcase() local
108 ret = pthread_create(&newTh3, NULL, PthreadF03, NULL); in Testcase()
123 ret = pthread_join(newTh3, (void **)&uwtemp); in Testcase()
H A DIt_posix_pthread_034.cpp84 pthread_t newTh, newTh2, newTh3; in Testcase() local
97 ret = pthread_create(&newTh3, NULL, PthreadF03, NULL); in Testcase()
109 ret = pthread_join(newTh3, (void **)&uwtemp); in Testcase()
H A DIt_posix_pthread_052.cpp120 pthread_t newTh, newTh2, newTh3; in Testcase() local
135 ret = pthread_create(&newTh3, NULL, PthreadF03, NULL); in Testcase()
147 ret = pthread_join(newTh3, (void **)&uwtemp); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H A DIt_posix_mutex_074.c122 pthread_t newTh3; in Testcase() local
147 ret = pthread_create(&newTh3, &attr3, TaskF03, NULL); in Testcase()
163 ret = PosixPthreadDestroy(&attr3, newTh3); in Testcase()
H A DIt_posix_mutex_075.c121 pthread_t newTh3; in Testcase() local
146 ret = pthread_create(&newTh3, &attr3, TaskF02, NULL); in Testcase()
162 ret = PosixPthreadDestroy(&attr3, newTh3); in Testcase()
H A DIt_posix_mutex_079.c86 pthread_t newTh3; in Testcase() local
110 ret = pthread_create(&newTh3, &attr3, TaskF03, NULL); in Testcase()
125 ret = PosixPthreadDestroy(&attr3, newTh3); in Testcase()
/kernel/liteos_m/testsuites/sample/posix/mutex/
H A DIt_posix_mutex_043.c81 pthread_t newTh3; in Testcase() local
105 ret = pthread_create(&newTh3, &attr3, TaskF03, NULL); in Testcase()
120 ret = PosixPthreadDestroy(&attr3, newTh3); in Testcase()
H A DIt_posix_mutex_048.c117 pthread_t newTh3; in Testcase() local
142 ret = pthread_create(&newTh3, &attr3, TaskF03, NULL); in Testcase()
158 ret = PosixPthreadDestroy(&attr3, newTh3); in Testcase()
H A DIt_posix_mutex_049.c116 pthread_t newTh3; in Testcase() local
141 ret = pthread_create(&newTh3, &attr3, TaskF02, NULL); in Testcase()
157 ret = PosixPthreadDestroy(&attr3, newTh3); in Testcase()

Completed in 4 milliseconds