Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h67 void spawnPooledThread(bool isMain);
/frameworks/native/libs/binder/
DProcessState.cpp150 spawnPooledThread(true); in startThreadPool()
300 void ProcessState::spawnPooledThread(bool isMain) in spawnPooledThread() function in android::ProcessState
DIPCThreadState.cpp1138 mProcess->spawnPooledThread(false); in executeCommand()