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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_thread.c141 kthread_t *tmpthread; local
150 tmpthread = zthread_create(NULL, 0, smb_thread_entry_point,
152 ASSERT(tmpthread != NULL);
154 thread->sth_th = tmpthread;
155 thread->sth_did = THR_TO_DID(tmpthread);

Completed in 52 milliseconds