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.cpp41 context.RealtimePop(); in TEST_F()
55 context.RealtimePop(); // depth 1 in TEST_F()
59 context.RealtimePop(); // depth 1 in TEST_F()
61 context.RealtimePop(); // depth 0 in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.h20 void RealtimePop();
H A Drtsan_context.cpp51 void __rtsan::Context::RealtimePop() { realtime_depth_--; } in RealtimePop() function in __rtsan::Context
H A Drtsan.cpp121 GetContextForThisThread().RealtimePop(); in __rtsan_realtime_exit()