OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMachPortQueueLength
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Platform/mac/
MachUtilities.h
31
void
setMachPortQueueLength
(mach_port_t, mach_port_msgcount_t queueLength);
MachUtilities.cpp
31
void
setMachPortQueueLength
(mach_port_t receivePort, mach_port_msgcount_t queueLength)
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp
104
setMachPortQueueLength
(m_receivePort, MACH_PORT_QLIMIT_LARGE);
Completed in 115 milliseconds