/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_035.c | 92 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 D | It_posix_pthread_034.c | 91 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 D | It_posix_pthread_035.cpp | 95 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 D | It_posix_pthread_034.cpp | 84 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 D | It_posix_pthread_052.cpp | 120 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 D | It_posix_mutex_074.c | 122 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 D | It_posix_mutex_075.c | 121 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 D | It_posix_mutex_079.c | 86 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 D | It_posix_mutex_043.c | 81 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 D | It_posix_mutex_048.c | 117 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 D | It_posix_mutex_049.c | 116 pthread_t newTh3; in Testcase() local 141 ret = pthread_create(&newTh3, &attr3, TaskF02, NULL); in Testcase() 157 ret = PosixPthreadDestroy(&attr3, newTh3); in Testcase()
|