Searched defs:t3 (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_join.c65 pthread_t t1, t2, t3; local
69 pthread_create( &t3, NULL, thread3_func, (void*)t1 );
72 pthread_join(t3, NULL);

Completed in 546 milliseconds