Searched refs:s_tid (Results 1 – 2 of 2) sorted by relevance
163 (void) pthread_join(nbtd.nbs_browser.s_tid, 0); in smb_netbios_shutdown()164 (void) pthread_join(nbtd.nbs_dgm.s_tid, 0); in smb_netbios_shutdown()165 (void) pthread_join(nbtd.nbs_ns.s_tid, 0); in smb_netbios_shutdown()167 nbtd.nbs_browser.s_tid = 0; in smb_netbios_shutdown()168 nbtd.nbs_dgm.s_tid = 0; in smb_netbios_shutdown()169 nbtd.nbs_ns.s_tid = 0; in smb_netbios_shutdown()296 nbtd.nbs_ns.s_tid = pthread_self(); in smb_netbios_event()303 nbtd.nbs_dgm.s_tid = pthread_self(); in smb_netbios_event()310 nbtd.nbs_browser.s_tid = pthread_self(); in smb_netbios_event()317 nbtd.nbs_timer.s_tid = pthread_self(); in smb_netbios_event()[all …]
76 pthread_t s_tid; member