Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:idleThreadNum_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
ipc_thread_pool.cpp
58
idleThreadNum_
(maxThreadNum),
in IPCWorkThreadPool()
79
if (!(proto == IRemoteObject::IF_PROT_DEFAULT &&
idleThreadNum_
> 0) &&
in SpawnThread()
101
idleThreadNum_
--;
in SpawnThread()
102
ZLOGD(LOG_LABEL, "now idleThreadNum:%{public}d",
idleThreadNum_
);
in SpawnThread()
131
idleThreadNum_
++;
in RemoveThread()
169
idleThreadNum_
+= diff / PROTO_NUM;
in UpdateMaxThreadNum()
/foundation/communication/netstack/utils/common_utils/include/
H
A
D
thread_pool.h
57
explicit ThreadPool(uint32_t timeout) : timeout_(timeout),
idleThreadNum_
(0), needRun_(true)
in ThreadPool()
84
if (runningNum_ < MAX_THREAD_NUM &&
idleThreadNum_
== 0) {
in Push()
149
NumWrapper idleWrapper(
idleThreadNum_
);
in Sleep()
199
* if
idleThreadNum_
is zero, make a new thread
201
std::atomic<uint32_t>
idleThreadNum_
;
member in OHOS::NetStack::ThreadPool
/foundation/communication/ipc/ipc/native/src/core/include/
H
A
D
ipc_thread_pool.h
66
int
idleThreadNum_
;
member in OHOS::IPC_SINGLE::IPCWorkThreadPool
Completed in 2 milliseconds