HomeSort by relevance Sort by last modified time
    Searched refs:mach_port_t (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/base/mac/
scoped_mach_port.h 19 static mach_port_t InvalidValue() {
23 static void Free(mach_port_t port);
27 static mach_port_t InvalidValue() {
31 static void Free(mach_port_t port);
41 public base::ScopedGeneric<mach_port_t, internal::SendRightTraits> {
43 explicit ScopedMachSendRight(mach_port_t port = traits_type::InvalidValue())
46 operator mach_port_t() const { return get(); }
54 public base::ScopedGeneric<mach_port_t, internal::ReceiveRightTraits> {
57 mach_port_t port = traits_type::InvalidValue()) : ScopedGeneric(port) {}
59 operator mach_port_t() const { return get();
    [all...]
scoped_mach_port.cc 14 void SendRightTraits::Free(mach_port_t port) {
21 void ReceiveRightTraits::Free(mach_port_t port) {
  /external/chromium_org/sandbox/mac/
dispatch_source_mach.h 25 mach_port_t port,
31 mach_port_t port,
mach_message_server.h 31 mach_port_t server_receive_right,
41 mach_port_t destination) OVERRIDE;
45 virtual mach_port_t GetServerPort() const OVERRIDE;
xpc_message_server.h 27 mach_port_t server_receive_right);
36 mach_port_t destination) OVERRIDE;
39 virtual mach_port_t GetServerPort() const OVERRIDE;
launchd_interception_server.h 33 bool Initialize(mach_port_t server_receive_right);
38 mach_port_t server_port() const { return message_server_->GetServerPort(); }
message_server.h 58 virtual void ForwardMessage(IPCMessage request, mach_port_t destination) = 0;
66 virtual mach_port_t GetServerPort() const = 0;
policy.h 40 explicit Rule(mach_port_t override_port);
47 mach_port_t substitute_port;
dispatch_source_mach.cc 10 mach_port_t port,
23 mach_port_t port,
os_compatibility.h 26 typedef void (*LookUp2FillReply)(IPCMessage, mach_port_t service_port);
launchd_interception_server.cc 31 bool LaunchdInterceptionServer::Initialize(mach_port_t server_receive_right) {
32 mach_port_t task = mach_task_self();
36 mach_port_t port;
118 mach_port_t result_port;
xpc_message_server.cc 19 mach_port_t server_receive_right)
32 mach_port_t port;
80 mach_port_t destination) {
95 mach_port_t XPCMessageServer::GetServerPort() const {
mach_message_server.cc 21 mach_port_t server_receive_right,
35 mach_port_t task = mach_task_self();
41 mach_port_t port;
122 mach_port_t destination) {
149 mach_port_t MachMessageServer::GetServerPort() const {
bootstrap_sandbox.h 82 mach_port_t real_bootstrap_port() const { return real_bootstrap_port_; }
policy.cc 19 Rule::Rule(mach_port_t override_port)
bootstrap_sandbox.cc 28 mach_port_t port = MACH_PORT_NULL;
126 mach_port_t port = MACH_PORT_NULL;
dispatch_source_mach_unittest.cc 20 mach_port_t port = MACH_PORT_NULL;
30 mach_port_t port() { return receive_right_.get(); }
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread_mach.cpp 21 mach_port_t tid = pthread_mach_thread_np(pthreadData->fPThread);
  /external/chromium_org/content/browser/
mach_broker_mac.h 23 // On OS X, the mach_port_t of a process is required to collect metrics about
67 virtual mach_port_t TaskForPid(base::ProcessHandle process) const OVERRIDE;
91 void FinalizePid(base::ProcessHandle pid, mach_port_t task_port);
110 typedef std::map<base::ProcessHandle, mach_port_t> MachMap;
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.h 40 mach_port_t ports[EXC_TYPES_COUNT];
107 kern_return_t Receive( mach_port_t receive_port,
110 mach_port_t notify_port = MACH_PORT_NULL);
MachException.cpp 29 mach_port_t exception_port,
30 mach_port_t thread,
31 mach_port_t task,
40 mach_port_t exception_port,
55 mach_port_t exception_port,
56 mach_port_t thread,
57 mach_port_t task,
85 mach_port_t exc_port,
112 mach_port_t exc_port,
113 mach_port_t thread_port
    [all...]
MachTask.h 75 mach_port_t ExceptionPort () const;
124 mach_port_t m_exception_port; // Exception port on which we will receive child exceptions
  /external/chromium_org/base/process/
launch_mac.cc 35 mach_port_t port = MACH_PORT_NULL;
process_metrics_mac.cc 39 bool GetTaskInfo(mach_port_t task, task_basic_info_64* task_info_data) {
126 mach_port_t task = TaskForPid(process_);
155 mach_port_t object_name;
230 mach_port_t task = TaskForPid(process_);
287 mach_port_t task = TaskForPid(process_);
319 mach_port_t ProcessMetrics::TaskForPid(ProcessHandle process) const {
320 mach_port_t task = MACH_PORT_NULL;
  /external/lldb/include/lldb/Core/
ConnectionMachPort.h 81 mach_port_t m_task;
82 mach_port_t m_port;

Completed in 349 milliseconds

1 2