Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan.cpp140 ExpectNotRealtime(GetContextForThisThread(), in __rtsan_notify_intercepted_call()
149 ExpectNotRealtime(GetContextForThisThread(), in __rtsan_notify_blocking_call()
H A Drtsan_assertions.h26 void ExpectNotRealtime(Context &context, const DiagnosticsInfo &info, in ExpectNotRealtime() function
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_assertions.cpp36 ExpectNotRealtime(context, info, mock_on_violation.AsStdFunction()); in ExpectViolationAction()