Home
last modified time | relevance | path

Searched refs:task_port (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/mac/
Dmach_port_util.cc77 mach_port_t task_port, in CreateIntermediateMachPort() argument
80 DCHECK_NE(mach_task_self(), task_port); in CreateIntermediateMachPort()
81 DCHECK_NE(static_cast<mach_port_name_t>(MACH_PORT_NULL), task_port); in CreateIntermediateMachPort()
86 mach_port_allocate(task_port, MACH_PORT_RIGHT_RECEIVE, &endpoint); in CreateIntermediateMachPort()
96 kr = mach_port_set_attributes(task_port, endpoint, MACH_PORT_LIMITS_INFO, in CreateIntermediateMachPort()
102 mach_port_deallocate(task_port, endpoint); in CreateIntermediateMachPort()
110 mach_port_extract_right(task_port, endpoint, MACH_MSG_TYPE_MAKE_SEND_ONCE, in CreateIntermediateMachPort()
115 mach_port_deallocate(task_port, endpoint); in CreateIntermediateMachPort()
127 mach_port_deallocate(task_port, endpoint); in CreateIntermediateMachPort()
Dmach_port_broker_unittest.cc43 mach_port_t task_port) { in FinalizePid() argument
45 broker_.FinalizePid(pid, task_port); in FinalizePid()
Dmach_port_util.h42 mach_port_t task_port,
Dmach_port_broker.h85 void FinalizePid(base::ProcessHandle pid, mach_port_t task_port);
Dmach_port_broker.mm174 mach_port_t task_port) {
186 it->second = task_port;