Searched refs:rc_rx_tid (Results 1 – 2 of 2) sorted by relevance
226 pthread_t rc_rx_tid; member
1239 err = pthread_create(&c->rc_rx_tid, NULL, rfb_client_rx_thread, c); in rfb_client_tx_thread()1246 (void) pthread_set_name_np(c->rc_rx_tid, tname); in rfb_client_tx_thread()1292 (void) pthread_join(c->rc_rx_tid, &status); in rfb_client_tx_thread()