Home
last modified time | relevance | path

Searched refs:idleSocketThreadNum (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_thread_pool.c70 ++threadPool->idleSocketThreadNum; in ThreadContextDestructor()
117 threadPool->idleSocketThreadNum = maxThreadNum; in InitThreadPool()
144 !(proto == IF_PROT_DATABUS && threadPool->idleSocketThreadNum > 0)) { in SpawnNewThread()
154 !(proto == IF_PROT_DATABUS && threadPool->idleSocketThreadNum > 0)) { in SpawnNewThread()
178 --threadPool->idleSocketThreadNum; in SpawnNewThread()
200 threadPool->idleSocketThreadNum += diff / PROTO_NUM; in UpdateMaxThreadNum()
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_thread_pool.h53 int32_t idleSocketThreadNum; member
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp166 if (current->threadPool->idleSocketThreadNum > 0) {
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c492 if (current->threadPool->idleSocketThreadNum > 0) { in CreateProcessThread()