HomeSort by: relevance | last modified time | path
    Searched defs:int_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/erc32/
func.c 68 static void int_handler (int32_t sig);
682 int_handler(int32_t sig) function
692 signal(SIGTERM, int_handler);
693 signal(SIGINT, int_handler);
  /src/external/gpl3/gdb/dist/sim/erc32/
func.c 68 static void int_handler (int32_t sig);
682 int_handler(int32_t sig) function
692 signal(SIGTERM, int_handler);
693 signal(SIGINT, int_handler);

Completed in 14 milliseconds