Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp163 class TestThreadContext final : public ThreadContextBase { class
165 explicit TestThreadContext(int tid) : ThreadContextBase(tid) {} in TestThreadContext() function in __sanitizer::__anon62a7bc2c0111::TestThreadContext
229 ThreadRegistry registry(GetThreadContext<TestThreadContext>, in TEST()