Searched defs:MsanThread (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_thread.h22 class MsanThread { class in namespace:__msan
24 static MsanThread *Create(thread_callback_t start_routine, void *arg);
50 // NOTE: There is no MsanThread constructor. It is allocated
66 MsanThread *GetCurrentThread();
67 void SetCurrentThread(MsanThread *t);

Completed in 68 milliseconds