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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c98 kt_did_t ufs_thread_did = 0; local
103 ufs_thread_did = uq->uq_threadp->t_did;
115 * We also have to check if ufs_thread_did is != 0
119 if (ufs_thread_did)
120 thread_join(ufs_thread_did);

Completed in 178 milliseconds