class documentation
class _BaseCondition(object):
Known subclasses: ganeti.locking.PipeCondition, ganeti.locking.SingleNotifyPipeCondition
Base class containing common code for conditions.
Some of this code is taken from python's threading module.
| Method | __init__ |
Constructor for _BaseCondition. |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | acquire |
Undocumented |
| Instance Variable | release |
Undocumented |
| Method | _base |
Undocumented |
| Method | _base |
Check whether lock is owned by current thread. |
| Method | _base |
Undocumented |
| Method | _check |
Raise an exception if the current thread doesn't own the lock. |
| Instance Variable | _acquire |
Undocumented |
| Instance Variable | _is |
Undocumented |
| Instance Variable | _lock |
Undocumented |
| Instance Variable | _release |
Undocumented |