Searched refs:parker (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp1199 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 Dthread.hpp1705 // JSR166 per-thread parker
1709 Parker* parker() { return _parker; } function in class:JavaThread
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4102 ((JavaThread*)thread)->parker()->unpark();
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3948 ((JavaThread*)thread)->parker()->unpark();
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3509 ((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 Dos_solaris.cpp4398 ((JavaThread*)thread)->parker()->unpark();
6213 // 2. Collapse the JSR166 parker event, and the

Completed in 141 milliseconds