Home
last modified time | relevance | path

Searched refs:t_pid (Results 1 – 1 of 1) sorted by relevance

/system/core/lmkd/
Dlmkd.c1307 int t_pid; in set_process_group_and_prio() local
1310 t_pid = atoi(de->d_name); in set_process_group_and_prio()
1312 if (!t_pid) { in set_process_group_and_prio()
1317 if (setpriority(PRIO_PROCESS, t_pid, prio) && errno != ESRCH) { in set_process_group_and_prio()
1318 ALOGW("Unable to raise priority of killing t_pid (%d): errno=%d", t_pid, errno); in set_process_group_and_prio()
1321 if (set_cpuset_policy(t_pid, sp)) { in set_process_group_and_prio()
1322 ALOGW("Failed to set_cpuset_policy on pid(%d) t_pid(%d) to %d", pid, t_pid, (int)sp); in set_process_group_and_prio()