Home
last modified time | relevance | path

Searched refs:spawnPooledThread (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/include/binder/
DProcessState.h75 void spawnPooledThread(bool isMain);
/frameworks/base/libs/binder/
DProcessState.cpp157 spawnPooledThread(true); in startThreadPool()
311 void ProcessState::spawnPooledThread(bool isMain) in spawnPooledThread() function in android::ProcessState
DIPCThreadState.cpp1064 mProcess->spawnPooledThread(false); in executeCommand()