Searched refs:AbortHandlerT (Results 1 – 1 of 1) sorted by relevance
14 typedef void(AbortHandlerT)(); typedef16 inline AbortHandlerT*& GetAbortHandler() { in GetAbortHandler()17 static AbortHandlerT* handler = &std::abort; in GetAbortHandler()