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