Searched refs:read_thread (Results 1 – 1 of 1) sorted by relevance
122 static void *read_thread(void *arg);827 if (pthread_create(&h->read_thr, &attr, read_thread, h) != 0) { in xs_watch()1298 static void *read_thread(void *arg) in read_thread() function
Completed in 4 milliseconds