Home
last modified time | relevance | path

Searched refs:RunExecutor (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/test/moduletest/threadpool/
H A Dthread_manager.c127 static void RunExecutor(ThreadManager *mgr, ThreadNode *threadNode, uint32_t maxCount) in RunExecutor() function
129 APPSPAWN_LOGV("RunExecutor in thread: %{public}d executorCount: %{public}u ", in RunExecutor()
134 APPSPAWN_LOGV("RunExecutor task: %{public}u", executor->task->taskId); in RunExecutor()
143 APPSPAWN_LOGV("RunExecutor executorCount: %{public}u end", mgr->executorCount); in RunExecutor()
519 RunExecutor(mgr, threadNode, 5); // 5 max thread in ManagerThreadProc()
539 RunExecutor(mgr, threadNode, 1); in ThreadExecute()

Completed in 2 milliseconds