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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp507 bool is_wait; member in class:TraceSuspendDebugBits
508 bool called_by_wait; // meaningful when !is_wait
515 is_wait = _is_wait;
521 if (!is_wait) {
553 TraceSuspendDebugBits tsdb(this, false /* !is_wait */, called_by_wait, bits);
679 TraceSuspendDebugBits tsdb(this, true /* is_wait */,

Completed in 42 milliseconds