Home
last modified time | relevance | path

Searched refs:GetContextForThisThread (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan.cpp117 GetContextForThisThread().RealtimePush(); in __rtsan_realtime_enter()
121 GetContextForThisThread().RealtimePop(); in __rtsan_realtime_exit()
125 GetContextForThisThread().BypassPush(); in __rtsan_disable()
129 GetContextForThisThread().BypassPop(); in __rtsan_enable()
140 ExpectNotRealtime(GetContextForThisThread(), in __rtsan_notify_intercepted_call()
149 ExpectNotRealtime(GetContextForThisThread(), in __rtsan_notify_blocking_call()
H A Drtsan_context.h55 Context &GetContextForThisThread();
H A Drtsan_context.cpp61 Context &__rtsan::GetContextForThisThread() { in GetContextForThisThread() function in __rtsan