Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h104 struct fmd_thread *xi_thread; /* thread associated with transport */ member
H A Dfmd_xprt.c894 if ((xip->xi_thread = fmd_thread_create(mp, in fmd_xprt_create()
952 if (xip->xi_thread != NULL) { in fmd_xprt_destroy()
955 fmd_thread_destroy(xip->xi_thread, FMD_THREAD_JOIN); in fmd_xprt_destroy()
H A Dfmd_api.c2467 if (xip->xi_thread != NULL && in fmd_xprt_close()
2468 xip->xi_thread->thr_tid == pthread_self()) { in fmd_xprt_close()