Searched refs:AbortInThis (Results 1 – 3 of 3) sorted by relevance
950 culprit->AbortInThis("SuspendAll timeout: " + oss.str()); in SuspendAllInternal()1174 thread->AbortInThis(message); in SuspendThread()
1553 NO_RETURN void AbortInThis(const std::string& message);
4846 void Thread::AbortInThis(const std::string& message) { in AbortInThis() function in art::Thread