Home
last modified time | relevance | path

Searched refs:InitThreadList (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cc9 void InitThreadList(uptr storage, uptr size) { in InitThreadList() function
H A Dhwasan_thread_list.h197 void InitThreadList(uptr storage, uptr size);
H A Dhwasan_linux.cc200 InitThreadList(thread_space_start, thread_space_end - thread_space_start); in InitThreads()