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 in struct:fmd_xprt_impl
H A Dfmd_xprt.c894 if ((xip->xi_thread = fmd_thread_create(mp,
952 if (xip->xi_thread != NULL) {
955 fmd_thread_destroy(xip->xi_thread, FMD_THREAD_JOIN);
H A Dfmd_api.c2467 if (xip->xi_thread != NULL &&
2468 xip->xi_thread->thr_tid == pthread_self()) {

Completed in 54 milliseconds