Searched refs:GetContextForThisThread (Results 1 – 3 of 3) sorted by relevance
117 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()
55 Context &GetContextForThisThread();
61 Context &__rtsan::GetContextForThisThread() { in GetContextForThisThread() function in __rtsan