Searched refs:watch_id (Results 1 – 3 of 3) sorted by relevance
33 int watch_id; member72 if (file_wait->inotify_fd >= 0 && file_wait->watch_id >= 0) { in cras_file_wait_rm_watch()74 file_wait->watch_id); in cras_file_wait_rm_watch()75 file_wait->watch_id = -1; in cras_file_wait_rm_watch()90 file_wait->watch_id, event->wd, event->mask, in cras_file_wait_process_event()93 if (event->wd != file_wait->watch_id) in cras_file_wait_process_event()98 file_wait->watch_id = -1; in cras_file_wait_process_event()151 file_wait->watch_id < 0) { in cras_file_wait_dispatch()158 } else if (file_wait->watch_id < 0) { in cras_file_wait_dispatch()176 if (file_wait->watch_id >= 0) { in cras_file_wait_dispatch()[all …]
32 int watch_id, in Create() argument35 new Context(watcher, task_runner, watch_id); in Create()75 int watch_id) in Context() argument78 watch_id_(watch_id) {} in Context()249 void SimpleWatcher::OnHandleReady(int watch_id, in OnHandleReady() argument256 if (watch_id != watch_id_) in OnHandleReady()
197 void OnHandleReady(int watch_id,