Searched defs:abort_message (Results 1 – 2 of 2) sorted by relevance
93 void Transaction::Abort(const std::string& abort_message) { in Abort()104 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError()
2866 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError()