Home
last modified time | relevance | path

Searched refs:mach_port_allocate (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp92 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_receivePort); in open()
418 …if (mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_exceptionPort) != KERN_SUCCES… in setShouldCloseConnectionOnMachExceptions()
/external/webkit/Source/WebKit2/PluginProcess/
DPluginProcess.cpp147 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort); in createWebProcessConnection()
/external/chromium/base/
Dmach_ipc_mac.mm190 init_result_ = mach_port_allocate(current_task,
220 init_result_ = mach_port_allocate(current_task,
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
DThreadLauncherMac.mm60 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
DProcessLauncherMac.mm194 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
/external/valgrind/main/coregrind/
Dpub_core_threadstate.h176 } mach_port_allocate; member
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h504 DECL_TEMPLATE(darwin, mach_port_allocate);
Dsyswrap-darwin.c4455 PRE(mach_port_allocate) in PRE() argument
4469 MACH_ARG(mach_port_allocate.right) = req->right; in PRE()
4471 AFTER = POST_FN(mach_port_allocate); in PRE()
4474 POST(mach_port_allocate) in POST() argument
4491 record_unnamed_port(tid, reply->name, MACH_ARG(mach_port_allocate.right)); in POST()
6844 CALL_PRE(mach_port_allocate); in PRE()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostManager.mm79 … if (mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &clientPort) != KERN_SUCCESS) {
DNetscapePluginHostProxy.mm294 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_PORT_SET, &m_portSet);