Searched defs:is_thread_monitoring_contention (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp82 static bool is_thread_monitoring_contention() { return _thread_monitoring_contention_enabled; } function in class:ThreadService
454 _active = ThreadService::is_thread_monitoring_contention();
483 _active = ThreadService::is_thread_monitoring_contention();
510 bool active = ThreadService::is_thread_monitoring_contention();
567 _active = ThreadService::is_thread_monitoring_contention();

Completed in 33 milliseconds