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

  /external/valgrind/drd/tests/
pth_cleanup_handler.c 17 static void cleanup_handler(void* param) function
31 pthread_cleanup_push(cleanup_handler, NULL);
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 70 ld_plugin_cleanup_handler cleanup_handler; member in struct:plugin
407 called_plugin->cleanup_handler = handler;
936 if (curplug->cleanup_handler && !curplug->cleanup_done)
941 rv = (*curplug->cleanup_handler) ();
  /external/openssh/
ssh-agent.c 1174 cleanup_handler(int sig) function
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 421 void cleanup_handler(int sig, siginfo_t * info, void *v);
425 void cleanup_handler(int sig);
837 exit_action.sa_sigaction = cleanup_handler;
849 exit_action.sa_handler = cleanup_handler;
4494 void cleanup_handler(int sig, siginfo_t * info, void *v) function
4536 void cleanup_handler(int sig) function
    [all...]

Completed in 1179 milliseconds