Searched refs:notify_unix_fd_guard_value (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-resources.c67 long notify_unix_fd_guard_value; /**< call notify function when crossing this unix fd value */ member in struct:DBusCounter
220 ((old < counter->notify_unix_fd_guard_value &&
221 counter->unix_fd_value >= counter->notify_unix_fd_guard_value) ||
222 (old >= counter->notify_unix_fd_guard_value &&
223 counter->unix_fd_value < counter->notify_unix_fd_guard_value)))
270 counter->notify_unix_fd_guard_value = unix_fd_guard_value;

Completed in 100 milliseconds