◆ SpinLock()
| cz.muni.stanse.threadchecker.locks.SpinLock.SpinLock |
( |
String |
name | ) |
|
|
inline |
◆ clone()
| SpinLock cz.muni.stanse.threadchecker.locks.SpinLock.clone |
( |
| ) |
|
|
inline |
◆ equals()
| 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
◆ getName()
| String cz.muni.stanse.threadchecker.locks.SpinLock.getName |
( |
| ) |
|
|
inline |
◆ getNodeNumber()
| Integer cz.muni.stanse.threadchecker.locks.SpinLock.getNodeNumber |
( |
| ) |
|
|
inline |
◆ getState()
| int cz.muni.stanse.threadchecker.locks.SpinLock.getState |
( |
| ) |
|
|
inline |
◆ hashCode()
| int cz.muni.stanse.threadchecker.locks.SpinLock.hashCode |
( |
| ) |
|
|
inline |
◆ joinLocks()
| int cz.muni.stanse.threadchecker.locks.SpinLock.joinLocks |
( |
Lock |
obj | ) |
|
|
inline |
◆ lockDown()
| boolean cz.muni.stanse.threadchecker.locks.SpinLock.lockDown |
( |
| ) |
throws LockingException |
|
inline |
◆ lockUp()
| boolean cz.muni.stanse.threadchecker.locks.SpinLock.lockUp |
( |
| ) |
throws LockingException |
|
inline |
◆ setNodeNumber()
| void cz.muni.stanse.threadchecker.locks.SpinLock.setNodeNumber |
( |
Integer |
nodeID | ) |
|
|
inline |
◆ setState()
| void cz.muni.stanse.threadchecker.locks.SpinLock.setState |
( |
int |
lockState | ) |
|
|
inline |
◆ toString()
| String cz.muni.stanse.threadchecker.locks.SpinLock.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: