Searched refs:abort_ (Results 1 – 2 of 2) sorted by relevance
130 abort_(nullptr), in Runtime()287 if (Runtime::Current() != NULL && Runtime::Current()->abort_ != NULL) { in Abort()289 Runtime::Current()->abort_(); in Abort()683 abort_ = options->hook_abort_; in Init()
593 void (*abort_)(); variable