Searched refs:queue_remove_front (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp73 VM_Operation* queue_remove_front(int prio);
86 VM_Operation* remove_next_at_safepoint_priority() { return queue_remove_front(SafepointPriority); }
H A DvmThread.cpp114 VM_Operation* VMOperationQueue::queue_remove_front(int prio) { function in class:VMOperationQueue
206 return queue_remove_front(queue_empty(high_prio) ? low_prio : high_prio);

Completed in 67 milliseconds