Searched refs:_CFMachPortCreateWithPort2 (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFMachPort.c313 CFMachPortRef _CFMachPortCreateWithPort2(CFAllocatorRef allocator, mach_port_t port, CFMachPortCallBack callout, CFMachPortContext *context, Boolean *shouldFreeInfo, Boolean deathWatch) { function
420 return _CFMachPortCreateWithPort2(allocator, port, callout, context, shouldFreeInfo, true);
435 CFMachPortRef result = _CFMachPortCreateWithPort2(allocator, port, callout, context, shouldFreeInfo, true);

Completed in 96 milliseconds