OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterceptorContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
1090
struct
InterceptorContext
{
1094
InterceptorContext
()
1099
static ALIGNED(64) char interceptor_placeholder[sizeof(
InterceptorContext
)];
1100
InterceptorContext
*interceptor_ctx() {
1101
return reinterpret_cast<
InterceptorContext
*>(&interceptor_placeholder[0]);
1584
new(interceptor_ctx())
InterceptorContext
();
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
188
//
InterceptorContext
holds all global data required for interceptors.
192
struct
InterceptorContext
{
204
InterceptorContext
()
209
static ALIGNED(64) char interceptor_placeholder[sizeof(
InterceptorContext
)];
210
InterceptorContext
*interceptor_ctx() {
211
return reinterpret_cast<
InterceptorContext
*>(&interceptor_placeholder[0]);
2641
new(interceptor_ctx())
InterceptorContext
();
Completed in 41 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025