Searched refs:read_thr (Results 1 – 1 of 1) sorted by relevance
59 pthread_t read_thr; member361 pthread_cancel(h->read_thr); in xs_daemon_close()362 pthread_join(h->read_thr, NULL); in xs_daemon_close()827 if (pthread_create(&h->read_thr, &attr, read_thread, h) != 0) { in xs_watch()
Completed in 4 milliseconds