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

  /external/bison/lib/
sigprocmask.c 90 static handler_t SIGPIPE_handler = SIG_DFL;
101 handler_t old_handler = SIGPIPE_handler;
102 SIGPIPE_handler = handler;
341 handler_t handler = SIGPIPE_handler;
  /frameworks/native/cmds/dumpstate/
dumpstate.c 327 static void sigpipe_handler(int n) { function
355 sigact.sa_handler = sigpipe_handler;

Completed in 113 milliseconds