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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp184 static volatile int InitDone = 0 ; variable
2443 if (InitDone > 0) return ;
2444 if (Atomic::cmpxchg (-1, &InitDone, 0) != 0) {
2445 while (InitDone != 1) ;
2516 InitDone = 1 ;

Completed in 38 milliseconds