Home
last modified time | relevance | path

Searched refs:idleSocketThreadNum_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_pool.cpp59 idleSocketThreadNum_(maxThreadNum) in IPCWorkThreadPool()
80 !(proto == IRemoteObject::IF_PROT_DATABUS && idleSocketThreadNum_ > 0)) { in SpawnThread()
106 idleSocketThreadNum_--; in SpawnThread()
107 ZLOGD(LOG_LABEL, "now idleSocketThreadNum:%{public}d", idleSocketThreadNum_); in SpawnThread()
134 idleSocketThreadNum_++; in RemoveThread()
137 ZLOGD(LOG_LABEL, "now idleThreadNum:%{public}d", idleSocketThreadNum_); in RemoveThread()
145 return idleSocketThreadNum_; in GetSocketIdleThreadNum()
171 idleSocketThreadNum_ += diff / PROTO_NUM; in UpdateMaxThreadNum()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_thread_pool.h67 int idleSocketThreadNum_; variable