HomeSort by relevance Sort by last modified time
    Searched refs:stack_t (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
31-1-buildonly.c 3 int sigaltstack(const stack_t *restrict, stack_t *restrict);
11 typedef int (*sigaltstack_test) (const stack_t *, stack_t *);
  /external/strace/tests/
sigaltstack.c 7 stack_t ss = {
12 if (sigaltstack(&ss, (stack_t *) 0))
  /external/strace/tests-m32/
sigaltstack.c 7 stack_t ss = {
12 if (sigaltstack(&ss, (stack_t *) 0))
  /external/strace/tests-mx32/
sigaltstack.c 7 stack_t ss = {
12 if (sigaltstack(&ss, (stack_t *) 0))
  /bionic/libc/kernel/uapi/asm-generic/
ucontext.h 24 stack_t uc_stack;
  /external/kernel-headers/original/uapi/asm-generic/
ucontext.h 8 stack_t uc_stack;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ucontext.h 7 stack_t uc_stack;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_12-2.in 24 stack_t current;
28 stack_t oss;
32 if (sigaltstack((stack_t *)0, &oss) == -1) {
57 if (sigaltstack((stack_t *)0, &current) == -1) {
template_13-1.in 25 stack_t current;
29 stack_t oss;
33 if (sigaltstack((stack_t *)0, &oss) == -1) {
58 if (sigaltstack((stack_t *)0, &current) == -1) {
template_12-1.in 26 stack_t alt_ss;
30 stack_t ss;
34 if (sigaltstack((stack_t *)0, &ss) == -1) {
67 if (sigaltstack(&alt_ss, (stack_t *)0) == -1) {
  /bionic/libc/kernel/uapi/asm-arm64/asm/
ucontext.h 25 stack_t uc_stack;
  /external/kernel-headers/original/uapi/asm-arm64/asm/
ucontext.h 25 stack_t uc_stack;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigstack.h 55 } stack_t; typedef in typeref:struct:sigaltstack
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigstack.h 55 } stack_t; typedef in typeref:struct:sigaltstack
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
13-1.c 25 stack_t current;
29 stack_t oss;
13-10.c 25 stack_t current;
29 stack_t oss;
13-11.c 25 stack_t current;
29 stack_t oss;
13-12.c 25 stack_t current;
29 stack_t oss;
13-13.c 25 stack_t current;
29 stack_t oss;
13-14.c 25 stack_t current;
29 stack_t oss;
13-15.c 25 stack_t current;
29 stack_t oss;
13-16.c 25 stack_t current;
29 stack_t oss;
13-17.c 25 stack_t current;
29 stack_t oss;
13-18.c 25 stack_t current;
29 stack_t oss;
13-19.c 25 stack_t current;
29 stack_t oss;

Completed in 259 milliseconds

1 2 3 4 5 6 7 8