| cz.muni.stanse.threadchecker.locks.SpinLock.SpinLock |
( |
String |
name | ) |
|
|
inline |
| SpinLock cz.muni.stanse.threadchecker.locks.SpinLock.clone |
( |
| ) |
|
|
inline |
| boolean cz.muni.stanse.threadchecker.locks.SpinLock.equals |
( |
Object |
obj | ) |
|
|
inline |
Function returns true if LockName is equal, because its unique and also checks number of locking.
- Parameters
-
- Returns
- true if locks are equal, false otherwise
| String cz.muni.stanse.threadchecker.locks.SpinLock.getName |
( |
| ) |
|
|
inline |
| Integer cz.muni.stanse.threadchecker.locks.SpinLock.getNodeNumber |
( |
| ) |
|
|
inline |
| int cz.muni.stanse.threadchecker.locks.SpinLock.getState |
( |
| ) |
|
|
inline |
| int cz.muni.stanse.threadchecker.locks.SpinLock.hashCode |
( |
| ) |
|
|
inline |
| int cz.muni.stanse.threadchecker.locks.SpinLock.joinLocks |
( |
Lock |
obj | ) |
|
|
inline |
| boolean cz.muni.stanse.threadchecker.locks.SpinLock.lockDown |
( |
| ) |
throws LockingException |
|
inline |
| boolean cz.muni.stanse.threadchecker.locks.SpinLock.lockUp |
( |
| ) |
throws LockingException |
|
inline |
| void cz.muni.stanse.threadchecker.locks.SpinLock.setNodeNumber |
( |
Integer |
nodeID | ) |
|
|
inline |
| void cz.muni.stanse.threadchecker.locks.SpinLock.setState |
( |
int |
lockState | ) |
|
|
inline |
| String cz.muni.stanse.threadchecker.locks.SpinLock.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: