Searched refs:action (Results 1 - 8 of 8) sorted by relevance

/bionic/linker/
H A Ddebugger.cpp57 debugger_action_t action; member in struct:debugger_msg_t
199 msg.action = DEBUGGER_ACTION_CRASH;
249 struct sigaction action; local
250 memset(&action, 0, sizeof(action));
251 sigemptyset(&action.sa_mask);
252 action.sa_sigaction = debuggerd_signal_handler;
253 action.sa_flags = SA_RESTART | SA_SIGINFO;
256 action.sa_flags |= SA_ONSTACK;
258 sigaction(SIGABRT, &action, NUL
[all...]
/bionic/tests/
H A Dstack_unwinding_test_impl.c31 _Unwind_Action action,
34 if ((action & _UA_END_OF_STACK) != 0) {
30 stop_fn(int a unused, _Unwind_Action action, _Unwind_Exception_Class b unused, struct _Unwind_Exception* c unused, struct _Unwind_Context* d unused, void* e unused) argument
H A Dpthread_test.cpp266 struct sigaction action; local
267 sigemptyset(&action.sa_mask);
268 action.sa_flags = 0;
269 action.sa_handler = pthread_kill__in_signal_handler_helper;
270 sigaction(SIGALRM, &action, NULL);
/bionic/libc/include/
H A Dtermios.h59 static __inline__ int tcflow(int fd, int action) argument
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
/bionic/libc/kernel/common/linux/
H A Dirq.h92 struct irqaction *action; member in struct:irq_desc
H A Dinterrupt.h104 void (*action)(struct softirq_action *); member in struct:softirq_action
H A Daudit.h340 __u32 action; member in struct:audit_rule_data
354 __u32 action; member in struct:audit_rule
H A Dpkt_cls.h119 int action; member in struct:tc_police
151 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt

Completed in 5134 milliseconds