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

  /external/bison/lib/
sigprocmask.c 192 blocked_handler (int sig) function
199 signal (sig, blocked_handler);
259 if ((old_handlers[sig] = signal (sig, blocked_handler)) != SIG_ERR)
272 if (signal (sig, old_handlers[sig]) != blocked_handler)
313 install blocked_handler but before we have updated

Completed in 475 milliseconds