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
223
int
t_pid
;
local
228
t_pid
= atoi(de->d_name);
230
if (!
t_pid
) {
235
t_pri = getpriority(PRIO_PROCESS,
t_pid
);
238
int scheduler = sched_getscheduler(
t_pid
);
252
int err = set_sched_policy(
t_pid
, sp);
Completed in 64 milliseconds