Searched defs:thread_port (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h49 thread_t thread_port; member in struct:lldb_private::process_darwin::MachException::Data
117 thread_t thread_port; // Set to THREAD_NULL for any thread member in struct:lldb_private::process_darwin::MachException::Action
H A DMachException.cpp101 catch_mach_exception_raise(mach_port_t exc_port, mach_port_t thread_port, argument
79 catch_mach_exception_raise_state_identity( mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, exception_type_t exc_type, mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c1618 S_exception_raise_request(mach_port_t port, mach_port_t reply_port, thread_t thread_port, task_t task_port, int exception, int code, int subcode) argument
1639 mach_port_deallocate (mach_task_self (), thread_port); local

Completed in 276 milliseconds