Home
last modified time | relevance | path

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

/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()