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

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dpathwatch.c113 dispatch_queue_t pathwatch_queue; member in struct:__anon2901
327 dispatch_async(_global.pathwatch_queue, ^{
417 src = dispatch_source_create(DISPATCH_SOURCE_TYPE_VNODE, (uintptr_t)fd, DISPATCH_VNODE_ALL, _global.pathwatch_queue);
599 * Dispatched on _global.pathwatch_queue.
610 * Dispatched on _global.pathwatch_queue.
662 * From there, we dispatch async back to the pathwatch_queue to do the
666 dispatch_async(_global.pathwatch_queue, ^{
675 * The work is actually done on the global pathwatch_queue to make this safe.
692 _global.pathwatch_queue = dispatch_queue_create("pathwatch", NULL);
798 /* dispatched on _global.pathwatch_queue */
[all...]

Completed in 466 milliseconds