Searched refs:unexpectedHandler (Results 1 – 2 of 2) sorted by relevance
164 unexpected_handler unexpectedHandler; member207 unexpected_handler unexpectedHandler; member374 static atomic<unexpected_handler> unexpectedHandler = std::terminate; variable783 ex->unexpectedHandler = info->unexpectedHandler; in throw_exception()784 if (0 == ex->unexpectedHandler) in throw_exception()786 ex->unexpectedHandler = unexpectedHandler.load(); in throw_exception()1430 if (ex->unexpectedHandler)1432 ex->unexpectedHandler();1486 unexpected_handler old = info->unexpectedHandler;1487 info->unexpectedHandler = f;[all …]
111 unexpected_handler unexpectedHandler; member