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

/system/bluetooth/tools/
H A Dpipetest.c115 static void thread_pollin(void *args) { function
276 pthread_create(&t1, NULL, (void *)thread_pollin, (void *)fd[0]);
277 pthread_create(&t2, NULL, (void *)thread_pollin, (void *)fd[0]);
H A Dasocket_test.c341 static void thread_pollin(void *args) { function
H A Dsocktest.c355 static void thread_pollin(void *args) { function

Completed in 25 milliseconds