HomeSort by relevance Sort by last modified time
    Searched refs:androidSetThreadSchedulingGroup (Results 1 - 4 of 4) sorted by null

  /frameworks/base/include/utils/
threads.h 138 extern int androidSetThreadSchedulingGroup(pid_t tid, int grp);
  /frameworks/base/libs/binder/
IPCThreadState.cpp 429 androidSetThreadSchedulingGroup(mMyThreadId, ANDROID_TGROUP_DEFAULT);
478 androidSetThreadSchedulingGroup(mMyThreadId, ANDROID_TGROUP_DEFAULT);
1007 androidSetThreadSchedulingGroup(mMyThreadId,
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 174 int res = androidSetThreadSchedulingGroup(pid, grp);
242 if (androidSetThreadSchedulingGroup(t_pid, grp) != NO_ERROR) {
  /frameworks/base/libs/utils/
Threads.cpp 311 int androidSetThreadSchedulingGroup(pid_t tid, int grp)

Completed in 55 milliseconds