Searched refs:parker (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | unsafe.cpp | 1199 HS_DTRACE_PROBE3(hotspot, thread__park__begin, thread->parker(), (int) isAbsolute, time); 1202 (uintptr_t) thread->parker(), (int) isAbsolute, time); 1205 thread->parker()->park(isAbsolute != 0, time); 1207 HS_DTRACE_PROBE1(hotspot, thread__park__end, thread->parker()); 1210 (uintptr_t) thread->parker()); 1240 p = thr->parker();
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | thread.hpp | 1705 // JSR166 per-thread parker 1709 Parker* parker() { return _parker; } function in class:JavaThread
|
/openjdk7/hotspot/src/os/bsd/vm/ |
H A D | os_bsd.cpp | 4102 ((JavaThread*)thread)->parker()->unpark();
|
/openjdk7/hotspot/src/os/linux/vm/ |
H A D | os_linux.cpp | 3948 ((JavaThread*)thread)->parker()->unpark();
|
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | os_windows.cpp | 3509 ((JavaThread*)thread)->parker()->unpark(); 4646 // 3. Collapse the interrupt_event, the JSR166 parker event, and the objectmonitor ParkEvent
|
/openjdk7/hotspot/src/os/solaris/vm/ |
H A D | os_solaris.cpp | 4398 ((JavaThread*)thread)->parker()->unpark(); 6213 // 2. Collapse the JSR166 parker event, and the
|
Completed in 5919 milliseconds