Searched refs:IPCWorkThreadPool (Results 1 – 6 of 6) sorted by relevance
34 class IPCWorkThreadPool {36 IPCWorkThreadPool(const IPCWorkThreadPool &) = delete;38 IPCWorkThreadPool(IPCWorkThreadPool &&) = delete;40 ~IPCWorkThreadPool();42 IPCWorkThreadPool &operator = (const IPCWorkThreadPool &) = delete;44 IPCWorkThreadPool &operator = (IPCWorkThreadPool &&) = delete;52 explicit IPCWorkThreadPool(int maxThreadNum);
251 IPCWorkThreadPool *threadPool_ = nullptr;
55 IPCWorkThreadPool::IPCWorkThreadPool(int maxThreadNum) in IPCWorkThreadPool() function in OHOS::IPC_SINGLE::IPCWorkThreadPool62 IPCWorkThreadPool::~IPCWorkThreadPool() in ~IPCWorkThreadPool()67 void IPCWorkThreadPool::StopAllThreads() in StopAllThreads()76 bool IPCWorkThreadPool::SpawnThread(int policy, int proto) in SpawnThread()115 std::string IPCWorkThreadPool::MakeThreadName(int proto, int &threadIndex) in MakeThreadName()122 bool IPCWorkThreadPool::RemoveThread(const std::string &threadName) in RemoveThread()143 int IPCWorkThreadPool::GetSocketIdleThreadNum() const in GetSocketIdleThreadNum()148 int IPCWorkThreadPool::GetSocketTotalThreadNum() const in GetSocketTotalThreadNum()153 int IPCWorkThreadPool::GetMaxThreadNum() const in GetMaxThreadNum()158 void IPCWorkThreadPool::UpdateMaxThreadNum(int maxThreadNum) in UpdateMaxThreadNum()
310 threadPool_ = new (std::nothrow) IPCWorkThreadPool(maxThreadNum); in SetMaxWorkThread()
55 IPCWorkThreadPool threadPool(1);77 IPCWorkThreadPool threadPool(1);97 IPCWorkThreadPool threadPool(1);117 IPCWorkThreadPool threadPool(1);135 IPCWorkThreadPool threadPool(1);150 IPCWorkThreadPool threadPool(1);
44 OHOS::IPCWorkThreadPool*;