Lines Matching defs:thread
16 import _thread as thread
103 # the socket) and the main thread (which runs user code), plus global
104 # completion, exit and interruptable (the main thread) flags:
409 thread.interrupt_main()
428 thread.interrupt_main()
549 "Override SocketIO method - terminate wait on callback and exit thread"
552 thread.interrupt_main()
555 "interrupt awakened thread"
558 thread.interrupt_main()
607 thread.interrupt_main()