Lines Matching refs:AsanThread
32 class AsanThread;
45 AsanThread *thread;
51 AsanThread *thread;
66 // AsanThread are stored in TSD and destroyed when the thread dies.
67 class AsanThread {
70 static AsanThread *Create(const T &data, u32 parent_tid, StackTrace *stack,
74 static AsanThread *Create(u32 parent_tid, StackTrace *stack, bool detached) {
153 // NOTE: There is no AsanThread constructor. It is allocated
156 static AsanThread *Create(const void *start_data, uptr data_size,
207 AsanThread *GetCurrentThread();
208 void SetCurrentThread(AsanThread *t);
210 AsanThread *FindThreadByStackAddress(uptr addr);