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

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread_list.cpp 4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)]; member in namespace:__hwasan
12 new (thread_list_placeholder) HwasanThreadList(storage, size);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.cpp 17 HwasanThreadList)) char thread_list_placeholder[sizeof(HwasanThreadList)]; local
19 new (thread_list_placeholder) HwasanThreadList(storage, size);

Completed in 17 milliseconds