Searched defs:SetCurrentThread (Results 1 – 7 of 7) sorted by relevance
23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
205 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function236 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
124 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
199 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
444 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
2687 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread() function in GDBRemoteCommunicationClient