Home
last modified time | relevance | path

Searched refs:rc_rx_tid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Drfb_impl.h226 pthread_t rc_rx_tid; member
H A Drfb.c1239 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()