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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dagent.c42 dispatch_queue_t actionQueue; member in struct:_agent_s
80 dispatch_release(agent->actionQueue);
138 agent->actionQueue = dispatch_queue_create("Agent Action Queue", 0);
264 dispatch_sync(agent->actionQueue, ^{
278 xpc_connection_send_message_with_reply(agent->agentConnection, requestObject, agent->actionQueue, ^(xpc_object_t object){
374 dispatch_sync(agent->actionQueue, ^{
389 dispatch_sync(agent->actionQueue, ^{

Completed in 285 milliseconds