Home
last modified time | relevance | path

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

/aosp_15_r20/system/media/audio_utils/
H A Dmutex.cpp47 [[clang::no_destroy]] static thread_registry_t thread_registry{}; in get_registry() local
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc27 static ThreadRegistry *thread_registry; variable
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h521 ThreadRegistry *thread_registry; member