Home
last modified time | relevance | path

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

/dports/sysutils/py-pywatchman/watchman-4.9.0/root/
H A Diothread.cpp17 if (root->inner.done_initial && !lockPair.first->shouldRecrawl) { in waitUntilReadyToQuery()
69 root->inner.done_initial = true; in fullCrawl()
97 if (!root->inner.done_initial) { in do_settle_things()
136 root->inner.done_initial = false; in handleShouldRecrawl()
164 if (!root->inner.done_initial) { in ioThread()
203 if (!root->inner.done_initial) { in ioThread()
243 ? ((flags & W_PENDING_VIA_NOTIFY) || !root->inner.done_initial) in processPath()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman_root.h79 bool done_initial{0};
/dports/sysutils/watchman/watchman-4.5.0/
H A Droot.c932 ((flags & W_PENDING_VIA_NOTIFY) || !root->done_initial) : true; in w_root_process_path()
1799 if (!root->done_initial) { in io_thread()
1816 root->done_initial = true; in io_thread()
1841 if (!root->done_initial) { in io_thread()
1878 if (!root->done_initial) { in io_thread()
H A Dwatchman.h509 bool done_initial; member