Searched defs:newThread (Results 1 – 3 of 3) sorted by relevance
66 sptr<IPCWorkThread> newThread = sptr<IPCWorkThread>(ipcThread); in SpawnThread() local
181 for (auto& newThread : newThreads) { in StartNewThreads() local
148 void FlutterTaskExecutor::InitJsThread(bool newThread) in InitJsThread()