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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddbserver.c202 global.watchers_active = direct_watch_count + global.lockdown_session_count;
248 global.watchers_active = direct_watch_count + global.lockdown_session_count;
287 global.watchers_active = direct_watch_count + global.lockdown_session_count;
797 global.watchers_active = 0;
798 if (global.lockdown_session_count > 0) global.watchers_active = 1;
806 global.watchers_active = direct_watch_count + global.lockdown_session_count;
833 global.watchers_active = 0;
834 if (global.lockdown_session_count > 0) global.watchers_active = 1;
845 global.watchers_active = direct_watch_count + global.lockdown_session_count;
859 global.watchers_active
[all...]
H A Ddaemon.h116 int watchers_active; member in struct:global_s
H A Ddaemon.c260 if ((pid == 0) && (global.mps_limit > 0) && (global.watchers_active == 0))

Completed in 125 milliseconds