Home
last modified time | relevance | path

Searched refs:InRealtimeContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp76 if (InRealtimeContext() && !IsBypassed()) { in ExpectNotRealtime()
84 bool __rtsan::Context::InRealtimeContext() const { return realtime_depth > 0; } in InRealtimeContext() function in __rtsan::Context
H A Drtsan_context.h28 bool InRealtimeContext() const;