Home
last modified time | relevance | path

Searched refs:next_root_number (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A DInMemoryView.cpp13 static std::atomic<long> next_root_number{1}; variable
75 rootNumber(next_root_number++) {} in view()
/dports/sysutils/watchman/watchman-4.5.0/
H A Droot.c17 static long next_root_number = 1; variable
123 root->number = __sync_fetch_and_add(&next_root_number, 1); in w_root_init()