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

  /development/ndk/sources/android/libportable/arch-mips/
signal.c 573 static sig3handler_portable_t mips_portable_sighandler[NSIG_PORTABLE + 1] = { NULL };
580 sig3handler_portable_t portable_sighandler;
605 ASSERT(portable_sighandler != (sig3handler_portable_t) SIG_DFL);
606 ASSERT(portable_sighandler != (sig3handler_portable_t) SIG_IGN);
631 sig3handler_portable_t portable_sighandler;
732 mips_portable_sighandler[portable_signum] = (sig3handler_portable_t) portable_handler;
    [all...]
  /development/ndk/sources/android/libportable/common/include/
signal_portable.h 111 typedef sig3_portable_t sig3handler_portable_t; typedef

Completed in 210 milliseconds