Home
last modified time | relevance | path

Searched refs:AbortInThis (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread_list.cc950 culprit->AbortInThis("SuspendAll timeout: " + oss.str()); in SuspendAllInternal()
1174 thread->AbortInThis(message); in SuspendThread()
Dthread.h1553 NO_RETURN void AbortInThis(const std::string& message);
Dthread.cc4846 void Thread::AbortInThis(const std::string& message) { in AbortInThis() function in art::Thread