OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLOCK_SIGNALS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c
1041
BLOCK_SIGNALS
= 6,
1063
context[
BLOCK_SIGNALS
] = (void *) __morestack_initial_sp.dont_block_signals;
1081
(uintptr_type) context[
BLOCK_SIGNALS
];
1157
context[
BLOCK_SIGNALS
] = NULL;
1182
*old = ((uintptr_type) context[
BLOCK_SIGNALS
]) != 0 ? 0 : 1;
1184
context[
BLOCK_SIGNALS
] = (void *) (uintptr_type) (*new ? 0 : 1);
/src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c
1041
BLOCK_SIGNALS
= 6,
1063
context[
BLOCK_SIGNALS
] = (void *) __morestack_initial_sp.dont_block_signals;
1081
(uintptr_type) context[
BLOCK_SIGNALS
];
1157
context[
BLOCK_SIGNALS
] = NULL;
1182
*old = ((uintptr_type) context[
BLOCK_SIGNALS
]) != 0 ? 0 : 1;
1184
context[
BLOCK_SIGNALS
] = (void *) (uintptr_type) (*new ? 0 : 1);
/src/usr.sbin/syslogd/
syslogd.h
230
#define
BLOCK_SIGNALS
(omask, newmask) do { \
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026