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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp279 bool _visited_for_critical_count; member in class:Thread
282 void set_visited_for_critical_count(bool z) { _visited_for_critical_count = z; }
283 bool was_visited_for_critical_count() const { return _visited_for_critical_count; }
H A Dthread.cpp254 _visited_for_critical_count = false;

Completed in 37 milliseconds