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

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_join.c65 pthread_t t1, t2, t3; local
68 pthread_create( &t2, NULL, thread2_func, (void*)t1 );
71 pthread_join(t2, NULL);
/system/extras/tests/bionic/libc/bionic/
H A Dtest_pthread_create.c22 pthread_t t1, t2; local
/system/bluetooth/tools/
H A Dpipetest.c153 pthread_t t2; local
159 pthread_create(&t2, NULL, (void *)thread_poll, NULL);
166 pthread_join(t2, NULL);
269 pthread_t t2; local
277 pthread_create(&t2, NULL, (void *)thread_pollin, (void *)fd[0]);
285 pthread_join(t2, NULL);
318 pthread_t t2;
324 pthread_create(&t2, NULL, (void *)thread_poll, (void *)fd[0]);
331 pthread_join(t2, NULL);
H A Dasocket_test.c612 pthread_t t2; local
629 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2);
634 pthread_join(t2, NULL);
646 pthread_t t2; local
658 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);
663 pthread_join(t2, NULL);
H A Dsocktest.c684 pthread_t t2; local
701 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2);
706 pthread_join(t2, NULL);
718 pthread_t t2; local
730 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);
735 pthread_join(t2, NULL);

Completed in 52 milliseconds