Searched refs:thequeue (Results 1 - 1 of 1) sorted by path

/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c1284 dispatch_queue_t thequeue = t->queue; local
1285 dispatch_retain(thequeue);
1287 dispatch_async(thequeue, ^{
1293 dispatch_release(thequeue);

Completed in 246 milliseconds