Searched refs:thread_pollin (Results 1 – 3 of 3) sorted by relevance
115 static void thread_pollin(void *args) { in thread_pollin() function276 pthread_create(&t1, NULL, (void *)thread_pollin, (void *)fd[0]); in do_pollin_pollin_write()277 pthread_create(&t2, NULL, (void *)thread_pollin, (void *)fd[0]); in do_pollin_pollin_write()
341 static void thread_pollin(void *args) { in thread_pollin() function
355 static void thread_pollin(void *args) { in thread_pollin() function