Searched defs:SetCurrentThread (Results 1 – 8 of 8) 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
107 void __dfsan::SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function in __dfsan
137 void __nsan::SetCurrentThread(NsanThread *t) { in SetCurrentThread() function in __nsan
191 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
442 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
2769 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread() function in GDBRemoteCommunicationClient