Lines Matching defs:threading
11 import threading
809 'itimer not reliable (does not mix well with threading) on some BSDs.')
907 import threading
917 tid = threading.get_ident()
1047 import os, threading, sys, time, signal
1059 killer = threading.Thread(target=kill_later)
1100 import os; import threading
1179 import threading
1187 signal.pthread_kill(threading.get_ident(), signal.SIGUSR1)
1357 t = threading.Thread(target=set_interrupts)