Searched refs:thread_poll (Results 1 – 3 of 3) sorted by relevance
/system/bluetooth/tools/ |
D | pipetest.c | 105 static void thread_poll(void *args) { in thread_poll() function 158 pthread_create(&t1, NULL, (void *)thread_poll, NULL); in do_poll_poll_close() 159 pthread_create(&t2, NULL, (void *)thread_poll, NULL); in do_poll_poll_close() 177 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[1]); in do_socketpair_poll1_shutdown2() 198 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]); in do_socketpair_poll1_shutdown1() 219 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]); in do_socketpair_poll1_close1() 323 pthread_create(&t1, NULL, (void *)thread_poll, (void *)fd[0]); in do_poll_poll_shutdown() 324 pthread_create(&t2, NULL, (void *)thread_poll, (void *)fd[0]); in do_poll_poll_shutdown() 349 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd[0]); in do_close_poll_poll_poll() 377 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]); in pipe_close_w_close_r_repeat()
|
D | asocket_test.c | 324 static void thread_poll(void *args) { in thread_poll() function 530 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd); in do_poll_poll_poll_shutdown() 553 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd); in do_poll_poll_poll_close()
|
D | socktest.c | 338 static void thread_poll(void *args) { in thread_poll() function 602 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd); in do_poll_poll_poll_shutdown() 625 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd); in do_poll_poll_poll_close()
|