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

/macosx-10.9.5/CF-855.17/
H A DCFMachPort.c104 CF_INLINE Boolean __CFMachPortIsValid(CFMachPortRef mp) { function
135 CFStringRef result = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("<CFMachPort %p [%p]>{valid = %s, port = %x, source = %p, callout = %s (%p), context = %@}"), cf, CFGetAllocator(mp), (__CFMachPortIsValid(mp) ? "Yes" : "No"), mp->_port, mp->_source, name, addr, contextDesc);
508 if (!__CFMachPortIsValid(mp)) return false;
538 if (__CFMachPortIsValid(mp) || !callout) {
569 Boolean isValid = __CFMachPortIsValid(mp);
600 if (__CFMachPortIsValid(mp)) {

Completed in 110 milliseconds