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

/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDACommand.c65 static CFMachPortRef __gDACommandRunLoopSourcePort = NULL; variable
86 assert( __gDACommandRunLoopSourcePort );
328 message.msgh_remote_port = CFMachPortGetPort( __gDACommandRunLoopSourcePort );
354 if ( __gDACommandRunLoopSourcePort == NULL )
360 __gDACommandRunLoopSourcePort = CFMachPortCreate( kCFAllocatorDefault, __DACommandRunLoopSourceCallback, NULL, NULL );
362 if ( __gDACommandRunLoopSourcePort )
373 CFMachPortGetPort( __gDACommandRunLoopSourcePort ),
379 if ( __gDACommandRunLoopSourcePort )
391 CFRelease( __gDACommandRunLoopSourcePort );
393 __gDACommandRunLoopSourcePort
[all...]

Completed in 122 milliseconds