Searched refs:CreateThreadContextArgs (Results 1 – 4 of 4) sorted by relevance
28 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg); in OnCreated()82 MemprofThreadContext::CreateThreadContextArgs args = {thread, stack}; in Create()
47 struct CreateThreadContextArgs { struct
31 CreateThreadContextArgs *args = static_cast<CreateThreadContextArgs *>(arg); in OnCreated()109 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in Create()
124 AsanThreadContext::CreateThreadContextArgs args = {thread, stack}; in CreateAsanThread()