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

/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.c50 int is_running; member in struct:ap_watchdog_t
78 if (w->is_running) {
90 w->is_running = 0;
112 w->is_running = 1;
116 while (w->is_running) {
118 w->is_running = 0;
122 w->is_running = 0;
135 while (w->is_running && probed > 0) {
139 w->is_running = 0;
143 w->is_running
[all...]
/macosx-10.10/BootCache-109/
H A Dcontrol.c604 bool is_running = (-1 != getxattr(playlist_path, RUNNING_XATTR_NAME, NULL, 0, 0, 0x0)); local
605 if ((iteration == 0) == is_running) { // First iteration we're looking for running apps; second, for non-running
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c314 dtrace_cpu_state_changed(int cpuid, boolean_t is_running) { argument
317 boolean_t suspend = (is_running ? FALSE : TRUE);

Completed in 116 milliseconds