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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp339 bool has_async_exception() const { return (_suspend_flags & _has_async_exception) != 0; } function in class:Thread

Completed in 60 milliseconds