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

/macosx-10.9.5/system_cmds-597.90.1/memory_pressure.tproj/
H A Dmemory_pressure.c43 int sleep_seconds = 1; variable
335 munch_for_level(unsigned int sleep_seconds, unsigned int print_vm_stats) argument
440 sleep(sleep_seconds);
458 munch_for_percentage(unsigned int sleep_seconds, unsigned int wait_percent_free, unsigned int print_vm_stats) argument
479 sleep(sleep_seconds);
556 sleep(sleep_seconds);
599 sleep_seconds = atoi(optarg);
674 printf("Waiting %d seconds before resetting system state\n", sleep_seconds);
676 sleep(sleep_seconds);
709 munch_for_level(sleep_seconds, print_vm_stat
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/memory_pressure.tproj/
H A Dmemory_pressure.c43 int sleep_seconds = 1; variable
335 munch_for_level(unsigned int sleep_seconds, unsigned int print_vm_stats) argument
440 sleep(sleep_seconds);
458 munch_for_percentage(unsigned int sleep_seconds, unsigned int wait_percent_free, unsigned int print_vm_stats) argument
479 sleep(sleep_seconds);
556 sleep(sleep_seconds);
599 sleep_seconds = atoi(optarg);
674 printf("Waiting %d seconds before resetting system state\n", sleep_seconds);
676 sleep(sleep_seconds);
709 munch_for_level(sleep_seconds, print_vm_stat
[all...]
/macosx-10.9.5/top-89.1.2/
H A Dpreferences.c41 int sleep_seconds; member in struct:__anon14161
71 .sleep_seconds = 1,
323 prefs.sleep_seconds = seconds;
327 return prefs.sleep_seconds;

Completed in 123 milliseconds