HomeSort by: relevance | last modified time | path
    Searched defs:asan_thread_registry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 45 static ThreadRegistry *asan_thread_registry; variable in namespace:__asan
64 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
68 return *asan_thread_registry;
asan_thread.cc 45 static ThreadRegistry *asan_thread_registry; variable in namespace:__asan
64 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
68 return *asan_thread_registry;

Completed in 46 milliseconds