Home
last modified time | relevance | path

Searched refs:aborted_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtransaction.h61 return aborted_; in IsAborted()
376 bool aborted_; variable
Dtransaction.cc55 aborted_(false), in Transaction()
100 if (!aborted_) { in Abort()
101 aborted_ = true; in Abort()