Searched refs:thread (Results 1 – 6 of 6) sorted by relevance
113 thread = host.thread_run([tshark, "-w", log], monitor_res)114 host.thread = thread122 if host.thread is None:125 host.thread_stop(host.thread)126 host.thread = None
345 thread = host.thread_run(ping, result)346 return thread348 def ping_wait(host, thread, timeout=None): argument349 host.thread_wait(thread, timeout)350 if thread.is_alive():
110 wpa_supplicant uses a single process/thread model and an event loop
265 # winpcap = WinPcap with receive thread
314 # winpcap = WinPcap with receive thread
1873 (CONFIG_L2_PACKET=winpcap) that uses a separate receive thread to