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

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_mutex.c322 pthread_t th1, th2; local
332 pthread_create(&th2, NULL, do_mutex_test_3_t2, s);
340 TZERO(pthread_join(th2, &dummy));

Completed in 60 milliseconds