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

  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 21 static void register_handler(int sig, void *handler) function
33 register_handler(SIGTRAP, int_handler);
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 21 static void register_handler(int sig, void *handler) function
33 register_handler(SIGTRAP, int_handler);

Completed in 67 milliseconds