Searched refs:mMyThreadId (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/binder/
H A DIPCThreadState.h114 const pid_t mMyThreadId; member in class:android::IPCThreadState
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp444 set_sched_policy(mMyThreadId, SP_FOREGROUND);
483 set_sched_policy(mMyThreadId, SP_FOREGROUND);
685 mMyThreadId(androidGetTid()),
1047 int curPrio = getpriority(PRIO_PROCESS, mMyThreadId);
1054 setpriority(PRIO_PROCESS, mMyThreadId, ANDROID_PRIORITY_NORMAL);
1063 set_sched_policy(mMyThreadId, SP_BACKGROUND);

Completed in 1332 milliseconds