Searched refs:tmpthread (Results 1 – 1 of 1) sorted by relevance
141 kthread_t *tmpthread; in smb_thread_start() local150 tmpthread = zthread_create(NULL, 0, smb_thread_entry_point, in smb_thread_start()152 ASSERT(tmpthread != NULL); in smb_thread_start()154 thread->sth_th = tmpthread; in smb_thread_start()155 thread->sth_did = THR_TO_DID(tmpthread); in smb_thread_start()