Searched refs:task_is_exec_copy (Results 1 – 11 of 11) sorted by relevance
80 extern boolean_t task_is_exec_copy(task_t task);493 !task_is_exec_copy(task); in telemetry_task_ready_for_sample()
1538 if (!task->ipc_active || task_is_exec_copy(task)) { in processor_set_things()1559 if (!task->ipc_active || task_is_exec_copy(task)) { in processor_set_things()
682 if (!task_is_exec_copy(task) && !task_did_exec(task)) { in i_coal_resource_remove_task()826 if (task_is_exec_copy(task) || task_did_exec(task)) { in coalition_resource_usage_internal()
1267 extern boolean_t task_is_exec_copy(task_t);
748 …if (task->requested_policy.trp_apptype == TASK_APPTYPE_DAEMON_ADAPTIVE && !task_is_exec_copy(task)… in task_policy_create()3414 if (task_is_exec_copy(new_task) && in task_importance_init_from_parent()
520 if (kdebug_enable && bsd_info && !task_is_exec_copy(task)) { in thread_terminate_self()1594 args[2] = task_is_exec_copy(parent_task) ? 1 : 0; in thread_create_internal()
1002 task_is_exec_copy(task_t task) in task_is_exec_copy() function
512 if (task_did_exec(task) || task_is_exec_copy(task)) { in kperf_thread_ast_handler()
159 extern boolean_t task_is_exec_copy(task_t);
4878 if (new_task != NULL && task_is_exec_copy(new_task)) { in posix_spawn()5492 if (new_task != NULL && task_is_exec_copy(new_task)) { in __mac_execve()
138 extern boolean_t task_is_exec_copy(task_t task);