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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h47 struct CreateThreadContextArgs { struct in struct:__memprof::final
H A Dmemprof_thread.cpp28 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg);
82 MemprofThreadContext::CreateThreadContextArgs args = {thread, stack};
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h50 struct CreateThreadContextArgs { struct in class:__asan::final
H A Dasan_thread.cpp31 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg);
104 AsanThreadContext::CreateThreadContextArgs args = {thread, stack};
H A Dasan_fuchsia.cpp126 AsanThreadContext::CreateThreadContextArgs args = {thread, stack};

Completed in 166 milliseconds