Home
last modified time | relevance | path

Searched refs:get_threadid (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp40 m_packets[idx].tid = llvm::get_threadid(); in AddPacket()
56 m_packets[idx].tid = llvm::get_threadid(); in AddPacket()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp33 uint64_t llvm::get_threadid() { return 0; } in get_threadid() function in llvm
H A DTimeProfiler.cpp112 Tid(llvm::get_threadid()), TimeTraceGranularity(TimeTraceGranularity), in TimeTraceProfiler()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h205 uint64_t get_threadid();
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc113 uint64_t llvm::get_threadid() {
198 uint64_t tid = get_threadid();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp423 rec.Tid = get_threadid(); in NotifyCode()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h459 m_thread_id(llvm::get_threadid()) {} in InterruptionReport()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp336 llvm::get_threadid()); in WriteHeader()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc58 uint64_t llvm::get_threadid() { return uint64_t(::GetCurrentThreadId()); }
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1324 m_thread_id(llvm::get_threadid()) { in InterruptionReport()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3074 "_" + llvm::itostr(llvm::get_threadid()) + "_" + in doInitialization()