OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__morestack_fullmask
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c
302
static sigset_t
__morestack_fullmask
;
variable
553
sigfillset (&
__morestack_fullmask
);
559
sigdelset (&
__morestack_fullmask
, __SIGRTMIN);
560
sigdelset (&
__morestack_fullmask
, __SIGRTMIN + 1);
720
pthread_sigmask (SIG_BLOCK, &
__morestack_fullmask
,
723
sigprocmask (SIG_BLOCK, &
__morestack_fullmask
,
/src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c
302
static sigset_t
__morestack_fullmask
;
variable
553
sigfillset (&
__morestack_fullmask
);
559
sigdelset (&
__morestack_fullmask
, __SIGRTMIN);
560
sigdelset (&
__morestack_fullmask
, __SIGRTMIN + 1);
720
pthread_sigmask (SIG_BLOCK, &
__morestack_fullmask
,
723
sigprocmask (SIG_BLOCK, &
__morestack_fullmask
,
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026