Lines Matching defs:action

78 	thread_t thread;	/* thread being worked on for taskwatch action */
279 /* if backgrounding action ... */
684 /* if the process is exiting, no action to be done */
762 /* if the process is exiting, no action to be done */
812 /* if the process is exiting, no action to be done */
859 /* if the process is exiting, no action to be done */
966 /* if the process is exiting, no action to be done */
1064 /* update the darwin backdground action state in the flags field for libproc */
1388 * A deadline-based CPU limit is actually a simple wallclock timer - the requested action is performed
1391 * A percentage-based CPU limit performs the requested action after the specified amount of actual CPU time
1397 * share an API was to use actual CPU time as the basis of the deadline-based limit (as in: perform an action
1452 int action;
1466 action = task->ext_appliedstate.ru_cpu;
1468 /* reset action */
1471 if (action != TASK_POLICY_RESOURCE_ATTRIBUTE_NONE) {
1474 proc_restore_resource_actions(bsdinfo, TASK_POLICY_CPU_RESOURCE_USAGE, action);
1489 int action = TASK_POLICY_RESOURCE_ATTRIBUTE_NONE;
1510 /* apply action */
1512 action = task->ext_appliedstate.ru_cpu;
1514 action = task->ext_appliedstate.ru_cpu;
1517 if (action != TASK_POLICY_RESOURCE_ATTRIBUTE_NONE) {
1520 proc_apply_resource_actions(bsdinfo, TASK_POLICY_CPU_RESOURCE_USAGE, action);
1663 /* called by ledger unit to enforce action due to resource usage criteria being met */
2238 /* if backgrounding action ... */
2283 /* if backgrounding action ... */