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
249 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function280 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
198 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
447 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
2750 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread() function in GDBRemoteCommunicationClient