Searched defs:threadPool (Results 1 – 8 of 8) sorted by relevance
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()
165 ThreadPool *threadPool = ThreadPool::GetInstance(); variable182 ThreadPool *threadPool = ThreadPool::GetInstance(); variable198 ThreadPool *threadPool = ThreadPool::GetInstance(); variable218 ThreadPool *threadPool = ThreadPool::GetInstance(); variable
24 KvStoreThread::KvStoreThread(KvStoreThreadPool *threadPool, const std::string &name) in KvStoreThread()
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