Searched refs:notify_size_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.c66 long notify_size_guard_value; /**< call notify function when crossing this size value */ member in struct:DBusCounter
166 ((old < counter->notify_size_guard_value &&
167 counter->size_value >= counter->notify_size_guard_value) ||
168 (old >= counter->notify_size_guard_value &&
169 counter->size_value < counter->notify_size_guard_value)))
269 counter->notify_size_guard_value = size_guard_value;

Completed in 145 milliseconds