OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_pid
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
android_util_Process.cpp
219
int
t_pid
;
local
224
t_pid
= atoi(de->d_name);
226
if (!
t_pid
) {
231
t_pri = getpriority(PRIO_PROCESS,
t_pid
);
234
int scheduler = sched_getscheduler(
t_pid
);
248
int err = set_sched_policy(
t_pid
, sp);
Completed in 41 milliseconds