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

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c299 pthread_t th1, th2; local
308 pthread_create(&th1, NULL, do_rwlock_test_rd3_t1, s);
316 TZERO(pthread_join(th1, &dummy));
H A Dtest_pthread_mutex.c322 pthread_t th1, th2; local
331 pthread_create(&th1, NULL, do_mutex_test_3_t1, s);
339 TZERO(pthread_join(th1, &dummy));

Completed in 1536 milliseconds