OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dump_for_abort
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
thread.cc
880
bool
dump_for_abort
= (gAborting > 0) && !kIsDebugBuild;
local
881
if (this == Thread::Current() || IsSuspended() ||
dump_for_abort
) {
[
all
...]
Completed in 267 milliseconds