Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c107 kfs_event **event_queue; member
1050 watcher->event_queue = (kfs_event **)&watcher[1]; in add_watcher()
1164 kfse = watcher->event_queue[watcher->rd]; in remove_watcher()
1165 watcher->event_queue[watcher->rd] = NULL; in remove_watcher()
1248 watcher->event_queue[watcher->wr] = kfse; in watcher_add_event()
1271 kfse = watcher->event_queue[watcher->rd]; in watcher_add_event()
1272 watcher->event_queue[watcher->rd] = NULL; in watcher_add_event()
1640 kfse = watcher->event_queue[watcher->rd]; in fmod_watch()
1680 watcher->event_queue[watcher->rd] = NULL; in fmod_watch()