Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/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::__anon60293e970111::TestThreadContext
/aosp_15_r20/external/pigweed/pw_thread/
H A Dtest_thread_context_facade_test.cc25 TEST(Thread, TestThreadContext) { in TEST() argument