Searched refs:getThreadGroupLeader (Results 1 – 6 of 6) sorted by relevance
72 assertEquals(-1, Process.getThreadGroupLeader(BAD_PID)); in testGetThreadGroupLeaderInvalidTid()
92 prio > PRIORITY_MAX || Process.getThreadGroupLeader(tid) != pid) { in requestPriority()
69 private static final int TGID = Process.getThreadGroupLeader(TID);
299 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in createHintSession()
874 public static final int getThreadGroupLeader(int tid) { in getThreadGroupLeader() method in Process
41609 Landroid/os/Process;->getThreadGroupLeader(I)I