OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newact
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
nanosleep.c
93
struct sigaction oldact,
newact
;
local
94
newact
.sa_handler = sighandler;
95
sigemptyset (&
newact
.sa_mask);
96
newact
.sa_flags = 0;
100
sigaction (SIGCONT, &
newact
, NULL);
/src/external/bsd/ntp/dist/libntp/
machines.c
271
struct sigaction
newact
;
local
310
newact
.sa_handler = &setitimer_mpe_handler;
311
newact
.sa_mask = setitimer_mpe_ctx.oldact.sa_mask;
312
newact
.sa_flags = setitimer_mpe_ctx.oldact.sa_flags;
314
if (sigaction(SIGALRM, &
newact
, NULL) < 0) {
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
2379
__sanitizer_sigaction
newact
;
local
2395
internal_memcpy(&
newact
, act, sizeof(
newact
));
2396
internal_sigfillset(&
newact
.sa_mask);
2398
if (
newact
.sa_flags & SA_SIGINFO)
2399
newact
.sigaction = rtl_sigaction;
2401
newact
.handler = rtl_sighandler;
2404
act = &
newact
;
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
2569
__sanitizer_sigaction
newact
;
2585
internal_memcpy(&
newact
, act, sizeof(
newact
));
2586
internal_sigfillset(&
newact
.sa_mask);
2589
newact
.sa_flags |= SA_SIGINFO;
2590
newact
.sigaction = sighandler;
2593
act = &
newact
;
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
2477
__sanitizer_sigaction
newact
;
2493
internal_memcpy(&
newact
, act, sizeof(
newact
));
2494
internal_sigfillset(&
newact
.sa_mask);
2497
newact
.sa_flags |= SA_SIGINFO;
2498
newact
.sigaction = sighandler;
2501
act = &
newact
;
Completed in 84 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026