Searched refs:abort_message (Results 1 – 4 of 4) sorted by relevance
76 void Transaction::Abort(const std::string& abort_message) { in Abort() argument84 abort_message_ = abort_message; in Abort()88 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError() argument89 const bool rethrow = (abort_message == nullptr); in ThrowAbortError()101 abort_message->c_str()); in ThrowAbortError()
51 void Abort(const std::string& abort_message)54 void ThrowAbortError(Thread* self, const std::string* abort_message)
505 void AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message)
2401 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError() argument2409 GetTransaction()->Abort(abort_message); in AbortTransactionAndThrowAbortError()2410 GetTransaction()->ThrowAbortError(self, &abort_message); in AbortTransactionAndThrowAbortError()