Searched defs:thread_id (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp754 bool NativeProcessNetBSD::HasThreadNoLock(lldb::tid_t thread_id) { argument
767 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { argument
783 void NativeProcessNetBSD::RemoveThread(lldb::tid_t thread_id) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp104 void BreakpointLocation::SetThreadID(lldb::tid_t thread_id) { argument
H A DBreakpointOptions.cpp518 void BreakpointOptions::SetThreadID(lldb::tid_t thread_id) { argument
H A DBreakpoint.cpp350 void Breakpoint::SetThreadID(lldb::tid_t thread_id) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h203 OSPlugin_RegisterContextData(StructuredData::ObjectSP os_plugin_object_sp, lldb::tid_t thread_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp110 lldb::tid_t thread_id = LLDB_INVALID_THREAD_ID; variable
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsol-thread.c308 thread_to_lwp(ptid_t thread_id, int default_lwp) argument
H A Dbreakpoint.c2611 int thread_id = pid_to_thread_id (ptid); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1269 uint32_t Process::GetNextThreadIndexID(uint64_t thread_id) { argument
1273 bool Process::HasAssignedIndexIDToThread(uint64_t thread_id) { argument
1278 uint32_t Process::AssignIndexIDToThread(uint64_t thread_id) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2427 virtual Status StopTrace(lldb::user_id_t uid, lldb::tid_t thread_id) { argument
2436 virtual Status GetData(lldb::user_id_t uid, lldb::tid_t thread_id, argument
2443 GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id, llvm::MutableArrayRef<uint8_t> &buffer, size_t offset = 0) argument
[all...]
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h1040 ompt_id_t thread_id; member in struct:ompt_record_ompt_t

Completed in 304 milliseconds

12