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

/build/tools/releasetools/
H A Dblockimgdiff.py26 import threading namespace
369 lock = threading.Lock()
384 threads = [threading.Thread(target=diff_worker)
H A Dcommon.py28 import threading namespace
947 th = threading.Thread(target=run)
989 lock = threading.Lock()
1018 threads = [threading.Thread(target=worker)

Completed in 42 milliseconds