Home
last modified time | relevance | path

Searched refs:thread_port (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.h44 thread_t thread_port; member
48 : task_port(TASK_NULL), thread_port(THREAD_NULL), exc_type(0), in Data()
53 thread_port = THREAD_NULL; in Clear()
58 return task_port != TASK_NULL && thread_port != THREAD_NULL && in IsValid()
114 thread_t thread_port; // Set to THREAD_NULL for any thread member
DMachException.cpp74 mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, in catch_mach_exception_raise_state_identity() argument
83 __FUNCTION__, exc_port, thread_port, task_port, exc_type, in catch_mach_exception_raise_state_identity()
93 catch_mach_exception_raise(mach_port_t exc_port, mach_port_t thread_port, in catch_mach_exception_raise() argument
101 __FUNCTION__, exc_port, thread_port, task_port, exc_type, in catch_mach_exception_raise()
111 g_message->thread_port = thread_port; in catch_mach_exception_raise()
123 g_message->thread_port = thread_port; in catch_mach_exception_raise()
316 (caddr_t)((uintptr_t)state.thread_port), soft_signal) != 0) in Reply()
324 state_pid, state.thread_port, soft_signal); in Reply()
368 task_port, thread_port, exc_type, exc_type_name ? exc_type_name : "???"); in Dump()
DMachThreadList.cpp242 MachThreadSP thread_sp(GetThreadByMachPortNumber(exc.thread_port)); in NotifyException()
DMachProcess.mm1752 m_thread_list.GetThreadIDByMachPortNumber(pos->state.thread_port);
/external/webrtc/rtc_base/
Dcpu_time.cc89 mach_port_t thread_port = mach_thread_self(); in GetThreadCpuTimeNanos()
93 thread_info(thread_port, THREAD_BASIC_INFO, (thread_info_t)&info, &count); in GetThreadCpuTimeNanos()
94 mach_port_deallocate(mach_task_self(), thread_port); in GetThreadCpuTimeNanos()
/external/libchrome/base/message_loop/
Dmessage_pump_default.cc94 mac::ScopedMachSendRight thread_port(mach_thread_self()); in SetTimerSlack() local
96 thread_policy_set(thread_port.get(), THREAD_LATENCY_QOS_POLICY, in SetTimerSlack()