Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c46 tp->thr_isdoor = 0; in fmd_thread_xcreate()
63 if (!tp->thr_isdoor) { in fmd_thread_start()
86 tp->thr_isdoor = isdoor; in fmd_thread_create_cmn()
H A Dfmd_thread.h48 int thr_isdoor; /* a private door server thread */ member
H A Dfmd_api.c559 if (tp->thr_isdoor) { in fmd_module_thrcancel()