Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp162 class TestThreadContext final : public ThreadContextBase { global() class
164 explicit TestThreadContext(int tid) : ThreadContextBase(tid) {} TestThreadContext() function in __sanitizer::__anon8a4babaf0111::TestThreadContext