HomeSort by: relevance | last modified time | path
    Searched refs:GetAsanThreadContext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 50 static ThreadContextBase *GetAsanThreadContext(u32 tid) {
65 GetAsanThreadContext, kMaxNumberOfThreads, kMaxNumberOfThreads);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp 49 static ThreadContextBase *GetAsanThreadContext(u32 tid) {
64 new (thread_registry_placeholder) ThreadRegistry(GetAsanThreadContext);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp 48 static ThreadContextBase *GetAsanThreadContext(u32 tid) {
71 new (thread_registry_placeholder) ThreadRegistry(GetAsanThreadContext);

Completed in 20 milliseconds