Searched refs:send_tid (Results 1 – 2 of 2) sorted by relevance
114 pthread_t send_tid; /* tid of sending msgs 2 remote iosvc */ member
1636 if (iosvc->send_tid != NULL) { in etm_iosvc_cleanup()1637 fmd_thr_signal(fmd_hdl, iosvc->send_tid); in etm_iosvc_cleanup()1638 fmd_thr_destroy(fmd_hdl, iosvc->send_tid); in etm_iosvc_cleanup()1639 iosvc->send_tid = NULL; in etm_iosvc_cleanup()2877 if (iosvc->send_tid == NULL) { in etm_iosvc_setup()2878 iosvc->send_tid = fmd_thr_create(fmd_hdl, in etm_iosvc_setup()4276 if (iosvc->send_tid != NULL) { in _fmd_fini()4277 fmd_thr_signal(hdl, iosvc->send_tid); in _fmd_fini()4278 fmd_thr_destroy(hdl, iosvc->send_tid); in _fmd_fini()4279 iosvc->send_tid = NULL; in _fmd_fini()