HomeSort by relevance Sort by last modified time
    Searched refs:t_handler (Results 1 - 7 of 7) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
call_unexpected.cc 116 void terminate_helper(std::terminate_handler t_handler) {
118 t_handler();
259 std::terminate_handler t_handler;
265 t_handler = old_exception_header->terminateHandler;
272 t_handler = std::get_terminate();
288 terminate_helper(t_handler);
295 terminate_helper(t_handler);
329 terminate_helper(t_handler);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
call_unexpected.cc 116 void terminate_helper(std::terminate_handler t_handler) {
118 t_handler();
259 std::terminate_handler t_handler;
265 t_handler = old_exception_header->terminateHandler;
272 t_handler = std::get_terminate();
288 terminate_helper(t_handler);
295 terminate_helper(t_handler);
329 terminate_helper(t_handler);
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 144 typedef enum { HDLR_SCREEN, HDLR_KEYS } t_handler; typedef in typeref:enum:__anon33464
248 void reg_handler(t_handler htype, void *handler); // Register handler
250 void unreg_handler(t_handler htype);
menu.c 842 void reg_handler(t_handler htype, void *handler)
855 void unreg_handler(t_handler htype)
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp 1186 std::terminate_handler t_handler; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 1203 std::terminate_handler t_handler; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp 1180 std::terminate_handler t_handler; local
    [all...]

Completed in 139 milliseconds