Home
last modified time | relevance | path

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

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