Searched refs:stack_t (Results 1 – 25 of 237) sorted by relevance
12345678910
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_13-1.in | 24 static stack_t current; 28 stack_t oss; 32 if (sigaltstack((stack_t *)0, &oss) == -1) { 57 if (sigaltstack((stack_t *)0, ¤t) == -1) {
|
D | template_12-2.in | 23 static stack_t current; 27 stack_t oss; 31 if (sigaltstack((stack_t *)0, &oss) == -1) { 56 if (sigaltstack((stack_t *)0, ¤t) == -1) {
|
D | template_12-1.in | 25 static stack_t alt_ss; 29 stack_t ss; 33 if (sigaltstack((stack_t *)0, &ss) == -1) { 66 if (sigaltstack(&alt_ss, (stack_t *)0) == -1) {
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 31-1-buildonly.c | 11 typedef int (*sigaltstack_test) (const stack_t *, stack_t *);
|
/third_party/musl/src/signal/ |
D | sigaltstack.c | 5 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack()
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
D | sigaltstack.c | 7 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack()
|
/third_party/musl/libc-test/src/api/ |
D | signal.c | 96 F(stack_t, uc_stack) in f() 100 stack_t x; in f() 162 {int(*p)(const stack_t*restrict,stack_t*restrict) = sigaltstack;} in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 12-31.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 12-27.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 13-20.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
D | 13-6.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
D | 13-9.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
D | 12-40.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 13-3.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
D | 12-50.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 13-22.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
D | 12-30.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 12-44.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 12-37.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 12-45.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 13-19.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
D | 12-43.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 12-35.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
D | 13-2.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
D | 12-48.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
12345678910