OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxSignals
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
980
const int
kMaxSignals
= 1024;
981
static atomic_uintptr_t sigactions[
kMaxSignals
];
1363
CHECK_LT(signo,
kMaxSignals
);
1398
CHECK_LT(signo,
kMaxSignals
);
msan_interceptors.cc
980
const int
kMaxSignals
= 1024;
981
static atomic_uintptr_t sigactions[
kMaxSignals
];
1363
CHECK_LT(signo,
kMaxSignals
);
1398
CHECK_LT(signo,
kMaxSignals
);
Completed in 25 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025