OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtl_sigaction
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
2032
static void
rtl_sigaction
(int sig, __sanitizer_siginfo *info, void *ctx) {
function in typeref:typename:void
2373
// the signal handler through
rtl_sigaction
, very bad things will happen.
2399
newact.sigaction =
rtl_sigaction
;
2409
if (cb == (uptr)
rtl_sigaction
|| cb == (uptr)rtl_sighandler) {
tsan_interceptors.cc
2032
static void
rtl_sigaction
(int sig, __sanitizer_siginfo *info, void *ctx) {
function in typeref:typename:void
2373
// the signal handler through
rtl_sigaction
, very bad things will happen.
2399
newact.sigaction =
rtl_sigaction
;
2409
if (cb == (uptr)
rtl_sigaction
|| cb == (uptr)rtl_sighandler) {
Completed in 24 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025