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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c105 kfs_event **event_queue; member in struct:fs_event_watcher
108 int32_t rd; // read index into the event_queue
109 int32_t wr; // write index into the event_queue
891 // Note: the event_queue follows the fs_event_watcher struct
906 watcher->event_queue = (kfs_event **)&watcher[1];
1007 // drain the event_queue
1011 kfse = watcher->event_queue[watcher->rd];
1012 watcher->event_queue[watcher->rd] = NULL;
1102 watcher->event_queue[watcher->wr] = kfse;
1125 kfse = watcher->event_queue[watche
[all...]

Completed in 65 milliseconds