Searched defs:SetCurrentThread (Results 1 – 7 of 7) sorted by relevance
24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread() function
109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread() function
248 void SetCurrentThread(MsanThread *tsd) { SetCurrentThread() function 279 void SetCurrentThread(MsanThread *t) { SetCurrentThread() function
112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
198 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
442 void SetCurrentThread(AsanThread *t) { SetCurrentThread() function
2721 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, SetCurrentThread() function in GDBRemoteCommunicationClient