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

/openjdk10/hotspot/src/share/vm/trace/
H A DtraceEvent.hpp44 bool _started; member in class:TraceEvent
62 _started(false)
68 _started = true;
89 return _started;
/openjdk10/hotspot/src/share/vm/gc/shared/
H A Dworkgroup.cpp116 volatile uint _started;
127 _started(0),
152 _started = 0;
160 uint num_started = (uint) Atomic::add(1, (volatile jint*)&_started);
183 volatile uint _started;
193 _started(0),
217 _started = 0;
224 while (_num_workers == 0 || _started == _num_workers) {
228 _started++;
231 uint worker_id = _started
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DTextSerializer.java129 if ( ! _started )
231 * This method will check if it has not been called before ({@link #_started}),
244 _started = true;
270 if ( ! _started )
H A DHTMLSerializer.java220 if ( ! _started )
497 if ( ! _started )
619 * This method will check if it has not been called before ({@link #_started}),
633 if ( ! _started ) {
686 _started = true;
717 if ( ! _started )
H A DXMLSerializer.java248 if (! _started)
460 if (! _started)
547 * This method will check if it has not been called before ({@link #_started}),
560 if (! _started) {
629 _started = true;
675 if (! _started) {
H A DBaseMarkupSerializer.java174 protected boolean _started; field in class:BaseMarkupSerializer
390 _started = false;
1233 _started = true;
1263 if (! _started) {

Completed in 102 milliseconds