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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c557 etm_async_e_tid = NULL; /* thread id of io svc async event handler */ variable
3760 etm_async_e_tid = fmd_thr_create(hdl,
3897 etm_async_e_tid = fmd_thr_create(hdl,
4212 if (etm_async_e_tid != NULL) {
4213 fmd_thr_signal(hdl, etm_async_e_tid);
4214 fmd_thr_destroy(hdl, etm_async_e_tid);
4215 etm_async_e_tid = NULL;

Completed in 53 milliseconds