Searched refs:task_port (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/mac/ |
D | mach_port_util.cc | 77 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()
|
D | mach_port_broker_unittest.cc | 43 mach_port_t task_port) { in FinalizePid() argument 45 broker_.FinalizePid(pid, task_port); in FinalizePid()
|
D | mach_port_util.h | 42 mach_port_t task_port,
|
D | mach_port_broker.h | 85 void FinalizePid(base::ProcessHandle pid, mach_port_t task_port);
|
D | mach_port_broker.mm | 174 mach_port_t task_port) { 186 it->second = task_port;
|