Home
last modified time | relevance | path

Searched refs:receivePort (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenObjC/
D2008-10-3-EhValue.m32 Frob* receivePort = ((void *)0);
35 receivePort = (Frob *) -1;
37 receivePort = ((void *)0);
46 if(!(!receivePort)) abort();
/external/webkit/Source/WebKit2/Platform/mac/
DMachUtilities.cpp31 void setMachPortQueueLength(mach_port_t receivePort, mach_port_msgcount_t queueLength) in setMachPortQueueLength() argument
36 …mach_port_set_attributes(mach_task_self(), receivePort, MACH_PORT_LIMITS_INFO, reinterpret_cast<ma… in setMachPortQueueLength()