OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SA_ONSTACK
(Results
51 - 75
of
268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
12-44.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-45.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-46.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-47.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-48.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-49.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-5.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
51
act.sa_flags =
SA_ONSTACK
;
12-50.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-51.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-52.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
49
act.sa_flags =
SA_ONSTACK
;
12-6.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
51
act.sa_flags =
SA_ONSTACK
;
12-7.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
51
act.sa_flags =
SA_ONSTACK
;
12-8.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
51
act.sa_flags =
SA_ONSTACK
;
12-9.c
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
51
act.sa_flags =
SA_ONSTACK
;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
1-1.c
50
act.sa_flags =
SA_ONSTACK
;
2-1.c
12
- Set up a handler for signal SIGTOTEST and set the sa_flags member to
SA_ONSTACK
.
63
act.sa_flags =
SA_ONSTACK
;
3-1.c
13
- Set up a handler for signal SIGTOTEST and set the sa_flags member to
SA_ONSTACK
.
65
act.sa_flags =
SA_ONSTACK
;
5-1.c
32
act.sa_flags =
SA_ONSTACK
;
6-1.c
13
- Set up a handler for signal SIGTOTEST and set the sa_flags member to
SA_ONSTACK
.
53
act.sa_flags =
SA_ONSTACK
;
7-1.c
13
- Set up a handler for signal SIGTOTEST and set the sa_flags member to
SA_ONSTACK
.
56
act.sa_flags =
SA_ONSTACK
;
8-1.c
13
- Set up a handler for signal SIGTOTEST and set the sa_flags member to
SA_ONSTACK
.
53
act.sa_flags =
SA_ONSTACK
;
/external/valgrind/memcheck/tests/
sigaltstack.c
32
act.sa_flags=
SA_ONSTACK
;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_12-1.in
11
SA_ONSTACK
flag is set in the sigaction.sa_flags parameter to the
51
act.sa_flags =
SA_ONSTACK
;
/bionic/libc/kernel/uapi/asm-arm/asm/
signal.h
79
#define
SA_ONSTACK
0x08000000
/bionic/libc/kernel/uapi/asm-generic/
signal.h
77
#define
SA_ONSTACK
0x08000000
Completed in 399 milliseconds
1
2
3
4
5
6
7
8
9
10
11