OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_handlers
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
sigprocmask.c
219
static volatile handler_t
old_handlers
[NSIG];
variable
259
if ((
old_handlers
[sig] = signal (sig, blocked_handler)) != SIG_ERR)
272
if (signal (sig,
old_handlers
[sig]) != blocked_handler)
314
old_handlers
for signal B, such that handler A can see
318
handler_t result =
old_handlers
[sig];
319
old_handlers
[sig] = handler;
/external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c
4399
mach_msg_port_descriptor_t
old_handlers
[32];
member in struct:__anon27876
[
all
...]
Completed in 71 milliseconds