Searched defs:SetCurrentThread (Results 1 – 10 of 10) sorted by relevance
23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
107 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
112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
198 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
441 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
79 nub_thread_t MachThreadList::SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function in MachThreadList
1271 nub_thread_t MachProcess::SetCurrentThread(nub_thread_t tid) { function
165 void SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function
2724 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread() function in GDBRemoteCommunicationClient