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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecTransform.cpp335 dispatch_queue_t myQueue = dispatch_queue_create("com.apple.security.sectransfrom.SecTransformExecute", NULL); local
365 SecTransformExecuteAsync(theGroup, myQueue, myBlock);
368 dispatch_release(myQueue);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h118 dispatch_queue_t myQueue
H A Ddy_framework.c197 _IOPMConnectionSetDispatchQueue(IOPMConnection myConnection, dispatch_queue_t myQueue) argument
206 dyfunc(myConnection, myQueue);
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.c1058 dispatch_queue_t myQueue)
1065 if (!myQueue) {
1084 = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, connection->mach_port, 0, myQueue)))
1056 IOPMConnectionSetDispatchQueue( IOPMConnection myConnection, dispatch_queue_t myQueue) argument
H A DIOPMLibPrivate.h2288 * @param myQueue The dispatch queue to schedule notifications on.
2296 dispatch_queue_t myQueue)

Completed in 198 milliseconds