reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/hwasan/hwasan_thread_list.h
  212 void InitThreadList(uptr storage, uptr size);

References

projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
  248   InitThreadList(thread_space_start, thread_space_end - thread_space_start);