Home
last modified time | relevance | path

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

/dports/sysutils/py-pywatchman/watchman-4.9.0/root/
H A Dreap.cpp16 (triggers.rlock()->empty()) && (now > inner.last_reap_timestamp) && in considerReap()
32 inner.last_reap_timestamp = now; in considerReap()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman_root.h91 mutable time_t last_reap_timestamp{0};
/dports/sysutils/watchman/watchman-4.5.0/
H A Dwatchman.h530 time_t last_reap_timestamp; member
H A Droot.c1697 (now > root->last_reap_timestamp) && in consider_reap()
1709 root->last_reap_timestamp = now; in consider_reap()