Class | DummyLock |
Hack to allow locks to be unpickled on an unthreaded system. |
Function | getThreadID |
Undocumented |
Function | init |
Initialize threading. |
Function | isInIOThread |
Are we in the thread responsible for I/O requests (the event loop)? |
Function | registerAsIOThread |
Mark the current thread as responsible for I/O requests. |
Function | synchronize |
Make all methods listed in each class' synchronized attribute synchronized. |
Function | unpickle_lock |
Undocumented |
Variable | ioThread |
Undocumented |
Variable | threaded |
Undocumented |
Variable | threadingmodule |
Undocumented |
Variable | XLock |
Undocumented |
Function | _sync |
Undocumented |
Function | _synchPost |
Undocumented |
Function | _synchPre |
Undocumented |
Variable | _dummyID |
Undocumented |
Variable | _synchLockCreator |
Undocumented |