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

/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py74 import time, threading namespace
86 output_lock = threading.Lock()
87 log_lock = threading.Lock()
88 wset_lock = threading.Lock()
267 t = threading.currentThread()
731 t = threading.currentThread()
956 t = threading.currentThread()
1124 t = threading.currentThread()
1206 class workerThread(threading.Thread) :

Completed in 58 milliseconds