OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sig3handler_portable_t
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/arch-mips/
signal.c
566
static
sig3handler_portable_t
mips_portable_sighandler[NSIG_PORTABLE + 1] = { NULL };
573
sig3handler_portable_t
portable_sighandler;
598
ASSERT(portable_sighandler != (
sig3handler_portable_t
) SIG_DFL);
599
ASSERT(portable_sighandler != (
sig3handler_portable_t
) SIG_IGN);
624
sig3handler_portable_t
portable_sighandler;
725
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 173 milliseconds