Home
last modified time | relevance | path

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

/dports/sysutils/watchman/watchman-4.5.0/
H A Dpending.c13 bool w_pending_coll_init(struct watchman_pending_collection *coll) { in w_pending_coll_init()
30 void w_pending_coll_destroy(struct watchman_pending_collection *coll) { in w_pending_coll_destroy()
38 void w_pending_coll_drain(struct watchman_pending_collection *coll) { in w_pending_coll_drain()
73 void w_pending_coll_ping(struct watchman_pending_collection *coll) { in w_pending_coll_ping()
79 void w_pending_coll_lock(struct watchman_pending_collection *coll) { in w_pending_coll_lock()
87 void w_pending_coll_unlock(struct watchman_pending_collection *coll) { in w_pending_coll_unlock()
107 bool w_pending_coll_add(struct watchman_pending_collection *coll, in w_pending_coll_add()
138 bool w_pending_coll_add_rel(struct watchman_pending_collection *coll, in w_pending_coll_add_rel()
158 void w_pending_coll_append(struct watchman_pending_collection *target, in w_pending_coll_append()
159 struct watchman_pending_collection *src) { in w_pending_coll_append()
[all …]
H A Dwatchman.h262 struct watchman_pending_collection { struct
270 bool w_pending_coll_init(struct watchman_pending_collection *coll); argument
272 void w_pending_coll_drain(struct watchman_pending_collection *coll);
273 void w_pending_coll_lock(struct watchman_pending_collection *coll);
275 bool w_pending_coll_add(struct watchman_pending_collection *coll,
281 struct watchman_pending_collection *src);
283 struct watchman_pending_collection *coll);
286 void w_pending_coll_ping(struct watchman_pending_collection *coll);
358 w_root_t *root, struct watchman_pending_collection *coll);
485 struct watchman_pending_collection pending;
[all …]
H A Droot.c25 static void crawler(w_root_t *root, struct watchman_pending_collection *coll,
443 struct watchman_pending_collection *coll, in w_root_process_pending()
729 struct watchman_pending_collection *coll, w_string_t *full_path, in stat_path()
910 struct watchman_pending_collection *coll, w_string_t *full_path, in w_root_process_path()
1078 static void crawler(w_root_t *root, struct watchman_pending_collection *coll, in crawler()
1389 struct watchman_pending_collection *coll) { in recheck_dirs()
1509 struct watchman_pending_collection *coll) in consume_notify()
1721 struct watchman_pending_collection pending; in notify_thread()
1775 struct watchman_pending_collection pending; in io_thread()
2476 struct watchman_pending_collection pending; in w_root_resolve_for_client_mode()
/dports/sysutils/watchman/watchman-4.5.0/watcher/
H A Dinotify.c256 struct watchman_pending_collection *coll, in process_inotify_event()
403 w_root_t *root, struct watchman_pending_collection *coll) in inot_root_consume_notify()
H A Dportfs.c245 w_root_t *root, struct watchman_pending_collection *coll) in portfs_root_consume_notify()
H A Dkqueue.c254 w_root_t *root, struct watchman_pending_collection *coll) in kqueue_root_consume_notify()
H A Dwin32.c377 w_root_t *root, struct watchman_pending_collection *coll) in winwatch_root_consume_notify()
H A Dfsevents.c251 w_root_t *root, struct watchman_pending_collection *coll) in fsevents_root_consume_notify()