Searched refs:mach_port_allocate (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/ |
D | ConnectionMac.cpp | 92 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/ |
D | PluginProcess.cpp | 147 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort); in createWebProcessConnection()
|
/external/chromium/base/ |
D | mach_ipc_mac.mm | 190 init_result_ = mach_port_allocate(current_task, 220 init_result_ = mach_port_allocate(current_task,
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/ |
D | ThreadLauncherMac.mm | 60 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
|
D | ProcessLauncherMac.mm | 194 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
|
/external/valgrind/main/coregrind/ |
D | pub_core_threadstate.h | 176 } mach_port_allocate; member
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 504 DECL_TEMPLATE(darwin, mach_port_allocate);
|
D | syswrap-darwin.c | 4455 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/ |
D | NetscapePluginHostManager.mm | 79 … if (mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &clientPort) != KERN_SUCCESS) {
|
D | NetscapePluginHostProxy.mm | 294 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_PORT_SET, &m_portSet);
|