Home
last modified time | relevance | path

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

/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A DInMemoryView.h224 time_t last_age_out_timestamp{0};
H A DInMemoryView.cpp363 last_age_out_timestamp = now; in ageOut()
601 return last_age_out_timestamp; in getLastAgeOutTimeStamp()
/dports/sysutils/watchman/watchman-4.5.0/
H A Dwatchman.h528 time_t last_age_out_timestamp; member
H A Droot.c1602 root->last_age_out_timestamp = now; in w_root_perform_age_out()
1675 if (now <= root->last_age_out_timestamp + root->gc_interval) { in consider_age_out()