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 | 13-5.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
| D | 12-41.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 12-42.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 12-46.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 12-47.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 12-31.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-27.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 12-39.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 13-13.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
| D | 13-7.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
| D | 12-52.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 12-38.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 12-48.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
| D | 13-4.c | 24 static stack_t current; 28 stack_t oss; in handler()
|
| D | 13-1.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 | 12-33.c | 23 static stack_t current; 27 stack_t oss; in handler()
|
12345678910