Home
last modified time | relevance | path

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

/titanic_50/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); in _fmd_init()
4206 if (etm_resp_tid != NULL) { in _fmd_fini()
4207 fmd_thr_signal(hdl, etm_resp_tid); in _fmd_fini()
4208 fmd_thr_destroy(hdl, etm_resp_tid); in _fmd_fini()
4209 etm_resp_tid = NULL; in _fmd_fini()