|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpinLock | |
---|---|
org.jikesrvm.compilers.baseline | |
org.jikesrvm.scheduler | |
org.jikesrvm.tuningfork |
Uses of SpinLock in org.jikesrvm.compilers.baseline |
---|
Fields in org.jikesrvm.compilers.baseline declared as SpinLock | |
---|---|
static SpinLock |
ReferenceMaps.jsrLock
Serializes JSR processing |
Uses of SpinLock in org.jikesrvm.scheduler |
---|
Fields in org.jikesrvm.scheduler declared as SpinLock | |
---|---|
(package private) SpinLock |
RVMThread.awaitingSpinLock
Used to handle contention for spin locks |
private static SpinLock |
Lock.lockAllocationMutex
Used during allocation of locks within the table. |
(package private) SpinLock |
LightMonitor.mutex
|
SpinLock |
Lock.mutex
A spin lock to handle contention for the data structures of this lock. |
Uses of SpinLock in org.jikesrvm.tuningfork |
---|
Fields in org.jikesrvm.tuningfork declared as SpinLock | |
---|---|
private SpinLock |
EventChunkQueue.lock
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |