Searched refs:abort_message (Results 1 – 4 of 4) sorted by relevance
93 void Transaction::Abort(const std::string& abort_message) { in Abort() argument100 abort_message_ = abort_message; in Abort()104 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError() argument105 const bool rethrow = (abort_message == nullptr); in ThrowAbortError()117 abort_message->c_str()); in ThrowAbortError()
58 void Abort(const std::string& abort_message)60 void ThrowAbortError(Thread* self, const std::string* abort_message)
2866 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError() argument2874 GetTransaction()->Abort(abort_message); in AbortTransactionAndThrowAbortError()2875 GetTransaction()->ThrowAbortError(self, &abort_message); in AbortTransactionAndThrowAbortError()
633 void AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message)