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

/openjdk9/hotspot/src/share/vm/runtime/
H A DvmThread.hpp67 bool queue_peek(int prio) { return _queue_length[prio] > 0; } function in class:VMOperationQueue
78 bool peek_at_safepoint_priority() { return queue_peek(SafepointPriority); }

Completed in 34 milliseconds