Home
last modified time | relevance | path

Searched defs:SetCurrentThread (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_linux.cpp23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
Dlsan_common_mac.cpp92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_linux.cpp206 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function
237 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
/external/compiler-rt/lib/msan/
Dmsan_linux.cc191 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp199 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc48 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
/external/compiler-rt/lib/asan/
Dasan_thread.cc358 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp440 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp79 nub_thread_t MachThreadList::SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function in MachThreadList
DMachProcess.mm1242 nub_thread_t MachProcess::SetCurrentThread(nub_thread_t tid) { function
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.h165 void SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function
/external/webrtc/rtc_base/
Dthread.cc294 void ThreadManager::SetCurrentThread(Thread* thread) { in SetCurrentThread() function in rtc::ThreadManager
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2607 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { in SetCurrentThread() function in GDBRemoteCommunicationClient