Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp28 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg); in OnCreated()
82 MemprofThreadContext::CreateThreadContextArgs args = {thread, stack}; in Create()
Dmemprof_thread.h50 struct CreateThreadContextArgs { struct
/external/compiler-rt/lib/asan/
Dasan_thread.cc30 struct CreateThreadContextArgs { struct
36 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs*>(arg); in OnCreated()
91 CreateThreadContextArgs args = { thread, stack }; in Create()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp30 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs*>(arg); in OnCreated()
85 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in Create()
Dasan_thread.h52 struct CreateThreadContextArgs { struct
Dasan_rtems.cpp113 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in CreateAsanThread()
Dasan_fuchsia.cpp98 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in CreateAsanThread()