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

1 2 3

  /external/libchrome/base/mac/
scoped_mach_port.h 19 static mach_port_t InvalidValue() {
23 BASE_EXPORT static void Free(mach_port_t port);
27 static mach_port_t InvalidValue() {
31 BASE_EXPORT static void Free(mach_port_t port);
35 static mach_port_t InvalidValue() {
39 BASE_EXPORT static void Free(mach_port_t port);
49 ScopedGeneric<mach_port_t, internal::SendRightTraits>;
56 ScopedGeneric<mach_port_t, internal::ReceiveRightTraits>;
62 using ScopedMachPortSet = ScopedGeneric<mach_port_t, internal::PortSetTraits>;
mach_port_util.h 24 BASE_EXPORT kern_return_t SendMachPort(mach_port_t dest_port,
25 mach_port_t port_to_send,
31 mach_port_t port_to_listen_on);
42 mach_port_t task_port,
scoped_mach_port.cc 14 void SendRightTraits::Free(mach_port_t port) {
21 void ReceiveRightTraits::Free(mach_port_t port) {
29 void PortSetTraits::Free(mach_port_t port) {
mach_port_broker.h 72 mach_port_t TaskForPid(base::ProcessHandle process) const override;
85 void FinalizePid(base::ProcessHandle pid, mach_port_t task_port);
97 typedef std::map<base::ProcessHandle, mach_port_t> MachMap;
  /external/google-breakpad/src/common/mac/
bootstrap_compat.h 48 kern_return_t BootstrapRegister(mach_port_t bp,
50 mach_port_t sp);
bootstrap_compat.cc 35 kern_return_t BootstrapRegister(mach_port_t bp,
37 mach_port_t sp) {
scoped_task_suspend-inl.h 42 explicit ScopedTaskSuspend(mach_port_t target) : target_(target) {
51 mach_port_t target_;
MachIPC.h 73 // mach_port_t task = message.GetTranslatedPort(0);
74 // mach_port_t thread = message.GetTranslatedPort(1);
107 MachMsgPortDescriptor(mach_port_t in_name,
117 MachMsgPortDescriptor(mach_port_t in_name) {
134 mach_port_t GetMachPort() const {
143 operator mach_port_t() const {
190 mach_port_t GetTranslatedPort(int n);
257 explicit ReceivePort(mach_port_t receive_port);
269 mach_port_t GetPort() const { return port_; }
274 mach_port_t port_
    [all...]
  /external/valgrind/coregrind/m_mach/
mach_basics.c 42 extern mach_port_t mach_reply_port(void);
54 static mach_port_t reply = 0;
56 mach_port_t mig_get_reply_port(void)
66 void mig_dealloc_reply_port(mach_port_t reply_port)
71 void mig_put_reply_port(mach_port_t reply_port)
mach_msg.c 55 mach_port_t rcv_name,
57 mach_port_t notify);
65 mach_port_t rcv_name;
67 mach_port_t notify;
  /external/google-breakpad/src/client/mac/Framework/
OnDemandServer.h 51 // mach_port_t service_port = GetServicePort();
61 // mach_port_t service_rcv_port_;
130 mach_port_t GetServicePort() { return service_port_; };
142 mach_port_t server_port_;
143 mach_port_t service_port_;
  /external/google-breakpad/src/client/mac/crash_generation/
Inspector.h 144 mach_port_t bootstrap_subset_port_;
146 mach_port_t service_rcv_port_;
151 mach_port_t remote_task_;
152 mach_port_t crashing_thread_;
153 mach_port_t handler_thread_;
154 mach_port_t ack_port_;
crash_generation_client.h 49 mach_port_t crashing_thread);
crash_generation_server.cc 109 mach_port_t remote_task = message.GetTranslatedPort(0);
110 mach_port_t crashing_thread = message.GetTranslatedPort(1);
111 mach_port_t handler_thread = message.GetTranslatedPort(2);
112 mach_port_t ack_port = message.GetTranslatedPort(3);
  /external/libchrome/sandbox/mac/
message_server.h 63 virtual void ForwardMessage(IPCMessage request, mach_port_t destination) = 0;
71 virtual mach_port_t GetServerPort() const = 0;
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 99 mach_port_t thread_name);
152 static bool WriteMinidumpForChild(mach_port_t child,
153 mach_port_t child_blamed_thread,
193 mach_port_t thread_name,
246 mach_port_t handler_port_;
minidump_generator.h 86 MinidumpGenerator(mach_port_t crashing_task, mach_port_t handler_thread);
101 mach_port_t thread_name) {
122 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
204 mach_port_t exception_thread_;
205 mach_port_t crashing_task_;
206 mach_port_t handler_thread_;
exception_handler.cc 106 mach_port_t ports[EXC_TYPES_COUNT];
130 kern_return_t catch_exception_raise(mach_port_t target_port,
131 mach_port_t failed_thread,
132 mach_port_t task,
140 kern_return_t ForwardException(mach_port_t task,
141 mach_port_t failed_thread,
211 kern_return_t catch_exception_raise(mach_port_t port, mach_port_t failed_thread,
212 mach_port_t task,
317 bool ExceptionHandler::WriteMinidumpForChild(mach_port_t child
    [all...]
  /external/google-breakpad/src/client/ios/handler/
ios_exception_minidump_generator.h 49 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
  /external/libchrome/base/process/
port_provider_mac.h 40 virtual mach_port_t TaskForPid(ProcessHandle process) const = 0;
  /external/libchrome/base/memory/
shared_memory_handle.h 97 SharedMemoryHandle(mach_port_t memory_object,
122 mach_port_t GetMemoryObject() const;
144 mach_port_t memory_object_ = MACH_PORT_NULL;
shared_memory_mac_unittest.cc 85 mach_port_t BecomeMachServer(const char* service_name) {
86 mach_port_t port;
93 mach_port_t LookupServer(const char* service_name) {
94 mach_port_t server_port;
101 mach_port_t MakeReceivingPort() {
102 mach_port_t client_port;
113 mach_port_t ReceiveMachPort(mach_port_t port_to_listen_on) {
127 mach_port_t other_task_port = recv_msg.data.name;
132 void SendMachPort(mach_port_t receiving_port
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 45 static mach_port_t mach_exception_handler_port_set = MACH_PORT_NULL;
49 mach_port_t exception_port,
50 mach_port_t thread,
51 mach_port_t task,
119 mach_port_t port = MACH_PORT_NULL;
172 mach_msg_server(exc_server, 2048, (mach_port_t)port, 0);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 45 static mach_port_t mach_exception_handler_port_set = MACH_PORT_NULL;
49 mach_port_t exception_port,
50 mach_port_t thread,
51 mach_port_t task,
119 mach_port_t port = MACH_PORT_NULL;
172 mach_msg_server(exc_server, 2048, (mach_port_t)port, 0);
  /external/libmojo/mojo/edk/embedder/
platform_handle.h 27 explicit PlatformHandle(mach_port_t port)
57 mach_port_t port = MACH_PORT_NULL;

Completed in 600 milliseconds

1 2 3