OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigaction_portable
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/libportable/common/include/
signal_portable.h
130
extern int WRAP(sigaction)(int, const struct
sigaction_portable
*,
131
struct
sigaction_portable
*);
171
const struct
sigaction_portable
*act,
172
struct
sigaction_portable
*oldact,
/development/ndk/sources/android/libportable/arch-mips/
syscall.c
292
struct
sigaction_portable
*act;
293
struct
sigaction_portable
*oact;
298
act = va_arg(ap, struct
sigaction_portable
*);
299
oact = va_arg(ap, struct
sigaction_portable
*);
signal.c
[
all
...]
/development/ndk/sources/android/libportable/common/include/asm/
signal_portable.h
166
struct
sigaction_portable
{
struct
Completed in 602 milliseconds