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:ThreadPool
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/c_utils/base/src/
H
A
D
thread_pool.cpp
25
ThreadPool
::
ThreadPool
(const std::string& name)
in ThreadPool()
function in OHOS::ThreadPool
30
ThreadPool
::~
ThreadPool
()
in ~ThreadPool()
37
uint32_t
ThreadPool
::Start(int numThreads)
in Start()
51
// Give the name of
ThreadPool
to threads created by the
ThreadPool
.
in Start()
61
void
ThreadPool
::Stop()
in Stop()
74
void
ThreadPool
::AddTask(const Task &f)
in AddTask()
89
size_t
ThreadPool
[all...]
/commonlibrary/c_utils/base/include/
H
A
D
thread_pool.h
36
class
ThreadPool
: public NoCopyable {
class
51
explicit
ThreadPool
(const std::string &name = std::string());
52
~
ThreadPool
() override;
/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/
H
A
D
thread_pool_benchmark_test.cpp
66
ThreadPool
pool;
in BENCHMARK_F()
85
ThreadPool
pool("test_02_pool");
in BENCHMARK_F()
105
ThreadPool
pool("test_02_pool");
in BENCHMARK_F()
127
ThreadPool
pool;
in BENCHMARK_F()
158
static void AddPoolTaskByForLoop(
ThreadPool
& pool, const int loopIterations, void(*p)(int&))
in AddPoolTaskByForLoop()
178
ThreadPool
pool;
in BENCHMARK_F()
214
ThreadPool
pool;
in BENCHMARK_F()
270
ThreadPool
pool;
in BENCHMARK_F()
316
ThreadPool
pool;
in BENCHMARK_F()
371
* Test_09 is used to verify the name set to
ThreadPool
wil
[all...]
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_thread_pool_test.cpp
67
ThreadPool
pool;
in HWTEST_F()
76
ThreadPool
pool("test_02_pool");
in HWTEST_F()
85
ThreadPool
pool("test_02_pool");
in HWTEST_F()
95
ThreadPool
pool;
in HWTEST_F()
122
ThreadPool
pool;
in HWTEST_F()
150
ThreadPool
pool;
in HWTEST_F()
200
ThreadPool
pool;
in HWTEST_F()
235
ThreadPool
pool;
in HWTEST_F()
287
* Test_09 is used to verify the name set to
ThreadPool
will be set as the real name of threads in pool.
292
ThreadPool
poo
in HWTEST_F()
[all...]
Completed in 2 milliseconds