Searched refs:mach_port_allocate (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sandbox/mac/
H A Ddispatch_source_mach_unittest.cc21 ASSERT_EQ(KERN_SUCCESS, mach_port_allocate(mach_task_self(),
H A Dlaunchd_interception_server.cc37 if ((kr = mach_port_allocate(task, MACH_PORT_RIGHT_RECEIVE, &port)) !=
H A Dxpc_message_server.cc34 if ((kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE,
H A Dmach_message_server.cc42 if ((kr = mach_port_allocate(task, MACH_PORT_RIGHT_RECEIVE, &port)) !=
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h185 } mach_port_allocate; member in union:__anon32719::__anon32720
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h505 DECL_TEMPLATE(darwin, mach_port_allocate);
H A Dsyswrap-darwin.c4500 PRE(mach_port_allocate)
4512 PRINT("mach_port_allocate(mach_task_self(), %d, ...)", req->right);
4514 MACH_ARG(mach_port_allocate.right) = req->right;
4516 AFTER = POST_FN(mach_port_allocate);
4519 POST(mach_port_allocate)
4536 record_unnamed_port(tid, reply->name, MACH_ARG(mach_port_allocate.right));
6910 CALL_PRE(mach_port_allocate);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp591 err = ::mach_port_allocate (task_self, MACH_PORT_RIGHT_RECEIVE, &m_exception_port);
/external/bison/
H A Dconfigure10987 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
11912 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
13778 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)

Completed in 1097 milliseconds