Additional top-level class in compilation unit: RLockImplementation.
| Modifier and Type | Field and Description |
|---|---|
| private final RLockImplementation | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| public boolean | |
| public boolean | |
| public boolean | |
| public boolean | |
| public Lock | |
| public int | |
| public boolean | |
| public void | |
| pack-priv final PyObject | |
| pack-priv final boolean | |
| pack-priv static final PyObject | |
| pack-priv final boolean | |
| pack-priv final boolean | |
| pack-priv final boolean | |
| pack-priv final void | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| _lock | back to summary |
|---|---|
| private final RLockImplementation _lock | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| RLock | back to summary |
|---|---|
| public RLock() | |
| __enter__ | back to summary |
|---|---|
| public PyObject __enter__(ThreadState ts) Implements org. | |
| __exit__ | back to summary |
|---|---|
| public boolean __exit__(ThreadState ts, PyException exception) Implements org. | |
| _is_owned | back to summary |
|---|---|
| public boolean _is_owned() Implements org. | |
| acquire | back to summary |
|---|---|
| public boolean acquire() Implements org. | |
| acquire | back to summary |
|---|---|
| public boolean acquire(boolean blocking) Implements org. | |
| getLock | back to summary |
|---|---|
| public Lock getLock() Implements org. | |
| getWaitQueueLength | back to summary |
|---|---|
| public int getWaitQueueLength(Condition condition) Implements org. | |
| locked | back to summary |
|---|---|
| public boolean locked() | |
| release | back to summary |
|---|---|
| public void release() Implements org. | |
| RLock___enter__ | back to summary |
|---|---|
pack-priv final PyObject RLock___enter__()
| |
| RLock___exit__ | back to summary |
|---|---|
pack-priv final boolean RLock___exit__(PyObject type, PyObject value, PyObject traceback)
| |
| RLock___new__ | back to summary |
|---|---|
pack-priv static final PyObject RLock___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| RLock__is_owned | back to summary |
|---|---|
pack-priv final boolean RLock__is_owned()
| |
| RLock_acquire | back to summary |
|---|---|
pack-priv final boolean RLock_acquire(boolean blocking)
| |
| RLock_locked | back to summary |
|---|---|
pack-priv final boolean RLock_locked()
| |
| RLock_release | back to summary |
|---|---|
pack-priv final void RLock_release()
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
| |