HomeSort by relevance Sort by last modified time
    Searched defs:bsd_signal (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
signal.c 49 __sighandler_t bsd_signal(int signum, __sighandler_t handler) function
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 674 * bsd_signal()
733 * redirects the call to bsd_signal(). _signal() is a static function; not to be called
745 rv = do_signal_portable(portable_signum, handler, bsd_signal);
771 * bsd_signal() signal handler
776 sighandler_portable_t WRAP(bsd_signal)(int portable_signum, sighandler_portable_t handler) function
785 rv = do_signal_portable(portable_signum, handler, bsd_signal);
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 518 #if !defined HAVE_BSD_SIGNAL && !defined bsd_signal
520 # define bsd_signal signal
525 bsd_signal (int sig, bsd_signal_ret_t func)
974 if (bsd_signal (sig, fatal_error_signal) == SIG_IGN) \
975 bsd_signal (sig, SIG_IGN); \
1014 (void) bsd_signal (SIGCHLD, SIG_DFL);
1017 (void) bsd_signal (SIGCLD, SIG_DFL);
516 # define bsd_signal macro
521 bsd_signal (int sig, bsd_signal_ret_t func) function
    [all...]

Completed in 396 milliseconds