Searched refs:sth_kill (Results 1 – 2 of 2) sorted by relevance
71 if (!thread->sth_kill) { in smb_thread_entry_point()211 if (!thread->sth_kill) { in smb_thread_stop()212 thread->sth_kill = B_TRUE; in smb_thread_stop()221 thread->sth_kill = B_FALSE; in smb_thread_stop()228 if (thread->sth_kill) { in smb_thread_stop()328 if (ticks != -1 && !thread->sth_kill) { in smb_thread_continue_timedwait_locked()336 result = (thread->sth_kill == 0); in smb_thread_continue_timedwait_locked()
277 boolean_t sth_kill; member