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

/system/bluetooth/tools/
H A Dpipetest.c137 static void thread_read(void *args) { function
236 pthread_create(&t, NULL, (void *)thread_read, (void *)fd[0]);
H A Dasocket_test.c334 static void thread_read(void *args) { function
574 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
595 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
H A Dsocktest.c348 static void thread_read(void *args) { function
646 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
667 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);

Completed in 284 milliseconds