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

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.h 13 // HwasanThreadList is a registry for live threads, as well as an allocator for
74 class SANITIZER_MUTEX HwasanThreadList {
76 HwasanThreadList(uptr storage, uptr size)
224 HwasanThreadList &hwasanThreadList();
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread_list.h 13 // HwasanThreadList is a registry for live threads, as well as an allocator for
74 class HwasanThreadList {
76 HwasanThreadList(uptr storage, uptr size)
203 HwasanThreadList &hwasanThreadList();

Completed in 16 milliseconds