Home
last modified time | relevance | path

Searched refs:port_right_type (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/mach/
H A Dchild_port_handshake.cc54 ChildPortHandshake::PortRightType port_right_type);
85 ChildPortHandshake::PortRightType port_right_type) { in RunServer() argument
263 switch (port_right_type) { in RunServer()
370 mach_port_t ChildPortHandshake::RunServer(PortRightType port_right_type) { in RunServer() argument
372 return RunServerForFD(std::move(server_write_fd_), port_right_type); in RunServer()
383 PortRightType port_right_type) { in RunServerForFD() argument
385 return server.RunServer(std::move(server_write_fd), port_right_type); in RunServerForFD()
H A Dchild_port_handshake.h182 mach_port_t RunServer(PortRightType port_right_type);
236 PortRightType port_right_type);
H A Dmach_message.cc253 mach_msg_type_name_t port_right_type) { in MachMessageDestroyReceivedPort() argument
257 switch (port_right_type) { in MachMessageDestroyReceivedPort()
279 LOG(ERROR) << "unexpected port right type " << port_right_type; in MachMessageDestroyReceivedPort()
H A Dmach_message.h198 mach_msg_type_name_t port_right_type);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mach/
H A Dchild_port_handshake.cc57 ChildPortHandshake::PortRightType port_right_type);
88 ChildPortHandshake::PortRightType port_right_type) { in RunServer() argument
266 switch (port_right_type) { in RunServer()
373 mach_port_t ChildPortHandshake::RunServer(PortRightType port_right_type) { in RunServer() argument
375 return RunServerForFD(std::move(server_write_fd_), port_right_type); in RunServer()
386 PortRightType port_right_type) { in RunServerForFD() argument
388 return server.RunServer(std::move(server_write_fd), port_right_type); in RunServerForFD()
H A Dchild_port_handshake.h182 mach_port_t RunServer(PortRightType port_right_type);
236 PortRightType port_right_type);
H A Dmach_message.cc224 mach_msg_type_name_t port_right_type) { in MachMessageDestroyReceivedPort() argument
228 switch (port_right_type) { in MachMessageDestroyReceivedPort()
250 LOG(ERROR) << "unexpected port right type " << port_right_type; in MachMessageDestroyReceivedPort()
H A Dmach_message.h184 mach_msg_type_name_t port_right_type);