Searched defs:threadPool (Results 1 – 8 of 8) sorted by relevance
66 ThreadPool *threadPool = GetCurrentSkeleton()->threadPool; in ThreadContextDestructor() local112 ThreadPool *threadPool = (ThreadPool*)calloc(1, sizeof(ThreadPool)); in InitThreadPool() local127 void DeinitThreadPool(ThreadPool *threadPool) in DeinitThreadPool()140 int32_t SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto) in SpawnNewThread()177 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
23 KvStoreThread::KvStoreThread(KvStoreThreadPool *threadPool) in KvStoreThread()
153 ThreadPool *threadPool = ThreadPool::GetInstance(); in StartAsyncProcessThread() local185 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
51 ThreadPool *threadPool; member