Searched defs:SetCurrentThread (Results 1 – 5 of 5) sorted by relevance
24 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
93 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
207 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function238 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
428 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
2546 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { in SetCurrentThread() function in GDBRemoteCommunicationClient