Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h64 void spawnPooledThread(bool isMain);
/frameworks/native/include/binder/
DProcessState.h64 void spawnPooledThread(bool isMain);
/frameworks/native/libs/binder/
DProcessState.cpp206 spawnPooledThread(true); in startThreadPool()
406 void ProcessState::spawnPooledThread(bool isMain) in spawnPooledThread() function in android::ProcessState
DIPCThreadState.cpp1513 mProcess->spawnPooledThread(false); in executeCommand()