Home
last modified time | relevance | path

Searched refs:mach_port_id (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp608 MachThread::GetGloballyUniqueThreadIDForMachPortID(thread_t mach_port_id) { in GetGloballyUniqueThreadIDForMachPortID() argument
612 kr = thread_info(mach_port_id, THREAD_IDENTIFIER_INFO, (thread_info_t)&tident, in GetGloballyUniqueThreadIDForMachPortID()
615 return mach_port_id; in GetGloballyUniqueThreadIDForMachPortID()
DMachThread.h124 static uint64_t GetGloballyUniqueThreadIDForMachPortID(thread_t mach_port_id);