Searched refs:__CFMessagePortDummyCallback (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c342 static void __CFMessagePortDummyCallback(CFMachPortRef port, void *msg, CFIndex size, void *info) { function
416 native = CFMachPortCreateWithPort(allocator, mp, __CFMessagePortDummyCallback, &ctx, NULL);
430 native = CFMachPortCreate(allocator, __CFMessagePortDummyCallback, &ctx, NULL);
551 native = (KERN_SUCCESS == ret) ? CFMachPortCreateWithPort(allocator, port, __CFMessagePortDummyCallback, &ctx, NULL) : NULL;
641 native = CFMachPortCreateWithPort(allocator, mp, __CFMessagePortDummyCallback, &ctx, NULL);
652 native = CFMachPortCreate(allocator, __CFMessagePortDummyCallback, &ctx, NULL);

Completed in 58 milliseconds