Home
last modified time | relevance | path

Searched refs:WATCHMAN_BATCH_LIMIT (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/py-pywatchman/watchman-4.9.0/root/
H A Dnotifythread.cpp37 if (localLock->size() >= WATCHMAN_BATCH_LIMIT) { in notifyThread()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman.h30 #define WATCHMAN_BATCH_LIMIT (16*1024) macro
/dports/sysutils/watchman/watchman-4.5.0/
H A Dpending.c16 coll->pending_uniq = w_ht_new(WATCHMAN_BATCH_LIMIT, &w_ht_string_funcs); in w_pending_coll_init()
H A Dwatchman.h430 #define WATCHMAN_BATCH_LIMIT (16*1024) macro
H A Droot.c1749 if (w_pending_coll_size(&pending) >= WATCHMAN_BATCH_LIMIT) { in notify_thread()
/dports/sysutils/py-pywatchman/watchman-4.9.0/watcher/
H A Dkqueue.cpp34 struct kevent keventbuf[WATCHMAN_BATCH_LIMIT];
H A Dwin32.cpp109 DWORD size = WATCHMAN_BATCH_LIMIT * (sizeof(FILE_NOTIFY_INFORMATION) + 512); in readChangesThread()
H A Dinotify.cpp74 [WATCHMAN_BATCH_LIMIT * (sizeof(struct inotify_event) + (NAME_MAX + 1))];
/dports/sysutils/watchman/watchman-4.5.0/watcher/
H A Dportfs.c18 port_event_t portevents[WATCHMAN_BATCH_LIMIT];
H A Dkqueue.c18 struct kevent keventbuf[WATCHMAN_BATCH_LIMIT];
H A Dwin32.c128 DWORD size = WATCHMAN_BATCH_LIMIT * (sizeof(FILE_NOTIFY_INFORMATION) + 512); in readchanges_thread()
H A Dinotify.c59 char ibuf[WATCHMAN_BATCH_LIMIT * (sizeof(struct inotify_event) + 256)];