Home
last modified time | relevance | path

Searched refs:mMyThreadId (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DIPCThreadState.cpp447 set_sched_policy(mMyThreadId, SP_FOREGROUND); in getAndExecuteCommand()
486 set_sched_policy(mMyThreadId, SP_FOREGROUND); in joinThreadPool()
688 mMyThreadId(gettid()), in IPCThreadState()
1050 int curPrio = getpriority(PRIO_PROCESS, mMyThreadId); in executeCommand()
1057 setpriority(PRIO_PROCESS, mMyThreadId, ANDROID_PRIORITY_NORMAL); in executeCommand()
1066 set_sched_policy(mMyThreadId, SP_BACKGROUND); in executeCommand()
/frameworks/native/include/binder/
DIPCThreadState.h118 const pid_t mMyThreadId; variable