OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mach_port_num
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachThreadList.cpp
293
const thread_t
mach_port_num
= thread_list[idx];
local
295
uint64_t unique_thread_id = MachThread::GetGloballyUniqueThreadIDForMachPortID (
mach_port_num
);
305
thread_sp.reset(new MachThread(process, unique_thread_id,
mach_port_num
));
MachThread.cpp
27
MachThread::MachThread (MachProcess *process, uint64_t unique_thread_id, thread_t
mach_port_num
) :
30
m_mach_port_number (
mach_port_num
),
Completed in 326 milliseconds