Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc166 class TestThreadContext : public ThreadContextBase { class
168 explicit TestThreadContext(int tid) : ThreadContextBase(tid) {} in TestThreadContext() function in __sanitizer::__anon35902a650111::TestThreadContext
231 ThreadRegistry registry(GetThreadContext<TestThreadContext>, in TEST()