OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newact
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
2379
__sanitizer_sigaction
newact
;
local in function:sigaction_impl
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
;
tsan_interceptors.cc
2379
__sanitizer_sigaction
newact
;
local in function:sigaction_impl
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
;
Completed in 25 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025