Home | History | Annotate | Download | only in test

Lines Matching defs:thread

8 thread = import_module('thread')
14 signalled_all=thread.allocate_lock()
28 signal_blackboard[sig]['tripped_by'] = thread.get_ident()
30 # a function that will be spawned as a separate thread.
38 We spawn a thread, have the thread send two signals, and
40 and that they were run by the main thread.
49 # (it might even be after the thread exits
61 thread.get_ident())
64 thread.get_ident())
68 thread.start_new_thread(send_signals, ())