Searched defs:etm_resp_tid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c185 etm_resp_tid = NULL; /* thread id of msg responder */ variable
3862 etm_resp_tid = fmd_thr_create(hdl, etm_responder, hdl);
4206 if (etm_resp_tid != NULL) {
4207 fmd_thr_signal(hdl, etm_resp_tid);
4208 fmd_thr_destroy(hdl, etm_resp_tid);
4209 etm_resp_tid = NULL;

Completed in 71 milliseconds