Searched defs:threadPool (Results 1 – 11 of 11) sorted by relevance
55 IPCWorkThreadPool threadPool(1); variable77 IPCWorkThreadPool threadPool(1); variable97 IPCWorkThreadPool threadPool(1); variable117 IPCWorkThreadPool threadPool(1); variable135 IPCWorkThreadPool threadPool(1); variable150 IPCWorkThreadPool threadPool(1); variable
65 ThreadPool *threadPool = GetCurrentSkeleton()->threadPool; in ThreadContextDestructor() local111 ThreadPool *threadPool = (ThreadPool*)calloc(1, sizeof(ThreadPool)); in InitThreadPool() local126 void DeinitThreadPool(ThreadPool *threadPool) in DeinitThreadPool()140 int32_t SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto) in SpawnNewThread()183 void UpdateMaxThreadNum(ThreadPool *threadPool, int32_t maxThreadNum) in UpdateMaxThreadNum()
164 ThreadPool *threadPool = ThreadPool::GetInstance(); variable181 ThreadPool *threadPool = ThreadPool::GetInstance(); variable197 ThreadPool *threadPool = ThreadPool::GetInstance(); variable217 ThreadPool *threadPool = ThreadPool::GetInstance(); variable
156 ThreadPool *threadPool = ThreadPool::GetInstance(); in StartAsyncProcessThread() local188 ThreadPool *threadPool = ThreadPool::GetInstance(); in StopAsyncProcessThread() local
128 ThreadPool *threadPool = ThreadPool::GetInstance(); in InitAiServer() local160 ThreadPool *threadPool = ThreadPool::GetInstance(); in CloseAiServer() local
104 ThreadPool *threadPool = ThreadPool::GetInstance(); in Uninitialize() local
201 ThreadPool *threadPool = ThreadPool::GetInstance(); in CreateEngine() local
49 ThreadPool *threadPool; member
792 void RuntimeContextImpl::SetThreadPool(const std::shared_ptr<IThreadPool> &threadPool) in SetThreadPool()807 std::shared_ptr<IThreadPool> threadPool = GetThreadPool(); in ScheduleTaskByThreadPool() local818 std::shared_ptr<IThreadPool> threadPool = GetThreadPool(); in SetTimerByThreadPool() local852 std::shared_ptr<IThreadPool> threadPool = GetThreadPool(); in ModifyTimerByThreadPool() local875 std::shared_ptr<IThreadPool> threadPool = GetThreadPool(); in RemoveTimerByThreadPool() local
173 void RuntimeConfig::SetThreadPool(const std::shared_ptr<IThreadPool> &threadPool) in SetThreadPool()
455 auto threadPool = std::make_shared<ThreadPoolTestStub>(); variable