Searched refs:role (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask_policy.c64 if ( info->role == TASK_FOREGROUND_APPLICATION ||
65 info->role == TASK_BACKGROUND_APPLICATION ) {
66 switch (task->role) {
72 ((info->role == TASK_FOREGROUND_APPLICATION)?
75 task->role = info->role;
89 if (info->role == TASK_CONTROL_APPLICATION) {
95 task->role = info->role;
99 if (info->role
[all...]
H A Dtask.h139 task_role_t role; member in struct:task
H A Dtask.c359 new_task->role = TASK_UNSPECIFIED;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dtask_policy.h75 * This provides information to the kernel about the role
80 * role: Enumerated as follows:
82 * TASK_UNSPECIFIED is the default, since the role is not
118 task_role_t role; member in struct:task_category_policy

Completed in 32 milliseconds