Searched refs:rc_tx_tid (Results 1 – 2 of 2) sorted by relevance
227 pthread_t rc_tx_tid; member
1222 (void) pthread_set_name_np(c->rc_tx_tid, tname); in rfb_client_tx_thread()1365 err = pthread_create(&c->rc_tx_tid, NULL, rfb_client_tx_thread, c); in rfb_accept()1377 (void) pthread_detach(c->rc_tx_tid); in rfb_accept()