Home
last modified time | relevance | path

Searched refs:CreateThreadContextArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp28 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg); in OnCreated()
82 MemprofThreadContext::CreateThreadContextArgs args = {thread, stack}; in Create()
H A Dmemprof_thread.h47 struct CreateThreadContextArgs { struct
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp31 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg); in OnCreated()
109 AsanThreadContext::CreateThreadContextArgs args = {thread, stack};
H A Dasan_thread.h50 struct CreateThreadContextArgs { struct
H A Dasan_fuchsia.cpp124 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in CreateAsanThread()