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