Home
last modified time | relevance | path

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

/freebsd/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/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}; in Create()
H A Dasan_fuchsia.cpp124 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in CreateAsanThread()