Home
last modified time | relevance | path

Searched refs:RealtimePop (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_context.cpp25 context.RealtimePop(); in TEST()
43 context.RealtimePop(); in TEST()
44 context.RealtimePop(); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.h20 void RealtimePop();
H A Drtsan.cpp39 __rtsan::GetContextForThisThread().RealtimePop(); in __rtsan_realtime_exit()
H A Drtsan_context.cpp68 void __rtsan::Context::RealtimePop() { realtime_depth--; } in RealtimePop() function in __rtsan::Context