Searched refs:SurrogateLockerThread (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.hpp54 static SurrogateLockerThread* _slt;
61 static SurrogateLockerThread* slt() { return _slt; }
H A Dvm_operations_g1.cpp218 manipulatePLL(SurrogateLockerThread::acquirePLL);
226 manipulatePLL(SurrogateLockerThread::releaseAndNotifyPLL);
H A DconcurrentMarkThread.cpp39 SurrogateLockerThread*
347 _slt = SurrogateLockerThread::make(THREAD);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.hpp144 // The SurrogateLockerThread is used by concurrent GC threads for
147 class SurrogateLockerThread: public JavaThread { class in inherits:JavaThread
162 static SurrogateLockerThread* make(TRAPS);
164 SurrogateLockerThread();
H A DconcurrentGCThread.cpp167 SurrogateLockerThread* slt = (SurrogateLockerThread*)thread;
171 SurrogateLockerThread::SurrogateLockerThread() : function in class:SurrogateLockerThread
177 SurrogateLockerThread* SurrogateLockerThread::make(TRAPS) {
198 SurrogateLockerThread* res;
201 res = new SurrogateLockerThread();
223 void SurrogateLockerThread::manipulatePLL(SLT_msg_type msg) {
238 void SurrogateLockerThread
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmStructs_cms.hpp63 declare_type(SurrogateLockerThread, JavaThread) \
69 declare_toplevel_type(SurrogateLockerThread*) \
H A DconcurrentMarkSweepThread.hpp57 static SurrogateLockerThread* _slt;
58 static SurrogateLockerThread::SLT_msg_type _sltBuffer;
100 static SurrogateLockerThread* slt() { return _slt; }
H A DconcurrentMarkSweepThread.cpp60 SurrogateLockerThread*
62 SurrogateLockerThread::SLT_msg_type
63 ConcurrentMarkSweepThread::_sltBuffer = SurrogateLockerThread::empty;
383 _slt = SurrogateLockerThread::make(THREAD);
H A DvmCMSOperations.cpp53 manipulatePLL(SurrogateLockerThread::acquirePLL);
60 manipulatePLL(SurrogateLockerThread::releaseAndNotifyPLL);

Completed in 675 milliseconds