Lines Matching refs:threading
12 import threading
39 t = threading.Thread(target=target, args=(local, weaklist))
59 # of a threading.local derived class, the per-thread dictionary
73 with threading_helper.start_threads(threading.Thread(target=f, args=(i,))
83 e1 = threading.Event()
84 e2 = threading.Event()
103 t = threading.Thread(target=f)
130 e1 = threading.Event()
131 e2 = threading.Event()
151 t1 = threading.Thread(target=f1)
154 t2 = threading.Thread(target=f2)
208 _ = threading.local()