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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.c70 uint32_t idle_count, active_count; member in struct:thread_call_group
184 if (group->idle_count > 0) {
1057 group->idle_count--; group->active_count++;
1059 if (group->idle_count == 0) {
1254 group->idle_count++;
1256 if (group->idle_count == 1) {
1261 ((group->active_count + group->idle_count) > group->target_thread_count)) {
1276 if (group->idle_count < group->target_thread_count) {
1277 group->idle_count++;
1367 assert(group->idle_count >
[all...]
/macosx-10.10/apache-793/httpd/server/mpm/netware/
H A Dmpm_netware.c617 int idle_count; local
627 idle_count = 0;
657 ++ idle_count;
664 DBPRINT2("Total: %d Idle Count: %d \r", total_non_dead, idle_count);
666 if (idle_count > ap_threads_max_free) {
676 else if (idle_count < ap_threads_min_free) {
697 idle_count, total_non_dead);
/macosx-10.10/apache-793/httpd/server/mpm/prefork/
H A Dprefork.c828 int idle_count; local
838 idle_count = 0;
864 ++ idle_count;
872 if (idle_count > ap_daemons_max_free) {
880 else if (idle_count < ap_daemons_min_free) {
899 idle_count, total_non_dead);

Completed in 126 milliseconds