Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp31 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg); in OnCreated()
104 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in Create()
H A Dasan_thread.h50 struct CreateThreadContextArgs { struct
H A Dasan_fuchsia.cpp126 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in CreateAsanThread()