Table of Contents
select
threading
thread
dummy_threading
dummy_threading.BoundedSemaphore()
dummy_threading.Condition()
dummy_threading.Event()
dummy_threading.Lock()
dummy_threading.RLock()
dummy_threading.Semaphore()
dummy_threading.Timer()
dummy_threading.activeCount()
dummy_threading.active_count()
dummy_threading.currentThread()
dummy_threading.current_thread()
dummy_threading.enumerate()
dummy_threading.setprofile()
dummy_threading.settrace()
dummy_threading.stack_size()
dummy_thread
multiprocessing
mmap
readline
rlcompleter
dummy_threading.
setprofile
Set a profile function for all threads started from the threading module.
The func will be passed to sys.setprofile() for each thread, before its run() method is called.