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

/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddbserver.c182 global.watchers_active = direct_watch_count + global.lockdown_session_count;
228 global.watchers_active = direct_watch_count + global.lockdown_session_count;
267 global.watchers_active = direct_watch_count + global.lockdown_session_count;
743 global.watchers_active = 0;
744 if (global.lockdown_session_count > 0) global.watchers_active = 1;
752 global.watchers_active = direct_watch_count + global.lockdown_session_count;
779 global.watchers_active = 0;
780 if (global.lockdown_session_count > 0) global.watchers_active = 1;
791 global.watchers_active = direct_watch_count + global.lockdown_session_count;
805 global.watchers_active
[all...]
H A Ddaemon.h117 int watchers_active; member in struct:global_s
H A Ddaemon.c264 if ((pid == 0) && (global.mps_limit > 0) && (global.watchers_active == 0))

Completed in 144 milliseconds