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 - 10
of
10
) sorted by relevance
/base/update/updater/services/script/threadpool/
H
A
D
threadpool.cpp
22
static
ThreadPool
* g_threadPool = nullptr;
35
ThreadPool
*
ThreadPool
::CreateThreadPool(int number)
in CreateThreadPool()
41
g_threadPool = new
ThreadPool
();
in CreateThreadPool()
46
void
ThreadPool
::Destroy()
in Destroy()
56
void
ThreadPool
::Init(int32_t number)
in Init()
74
void
ThreadPool
::ThreadRun(int32_t threadIndex)
in ThreadRun()
88
ThreadPool
::~
ThreadPool
()
in ~ThreadPool()
104
void
ThreadPool
[all...]
H
A
D
thread_pool.h
38
class
ThreadPool
{
class
40
static
ThreadPool
* CreateThreadPool(int32_t number);
60
((
ThreadPool
*)context)->ThreadRun(threadIndex);
in ThreadExecute()
63
ThreadPool
()
in ThreadPool()
function in Uscript::ThreadPool
66
~
ThreadPool
();
/base/update/updater/test/unittest/script/
H
A
D
threadpool_unittest.cpp
42
ThreadPoolUnitTest() : threadPool_(
ThreadPool
::CreateThreadPool(MAX_TASK_NUMBER)) {}
in ThreadPoolUnitTest()
46
ThreadPool
::Destroy();
in ~ThreadPoolUnitTest()
65
ThreadPool
::AddTask(std::move(task));
in TestThreadPoolCreate()
75
ThreadPool
* threadPool_;
/base/update/sys_installer/services/module_update/include/
H
A
D
module_update_task.h
52
OHOS::
ThreadPool
pool_;
/base/useriam/user_auth_framework/services/base/inc/
H
A
D
thread_handler_impl.h
38
OHOS::
ThreadPool
pool_;
/base/useriam/face_auth/services_ex/src/
H
A
D
thread_handler_impl.cpp
43
OHOS::
ThreadPool
pool_;
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
H
A
D
token_modify_notifier.h
63
OHOS::
ThreadPool
notifyTokenWorker_;
/base/security/code_signature/interfaces/innerkits/code_sign_utils/include/
H
A
D
code_sign_enable_multi_task.h
70
OHOS::
ThreadPool
enableCodeSignTaskWorker_;
/base/update/updater/services/script/script_manager/
H
A
D
script_manager_impl.h
51
ThreadPool
*threadPool_ = nullptr;
H
A
D
script_managerImpl.cpp
66
ThreadPool
::Destroy();
in ~ScriptManagerImpl()
132
threadPool_ =
ThreadPool
::CreateThreadPool(threadnum > MAX_THREAD_POOL ? MAX_THREAD_POOL : threadnum);
in Init()
239
ThreadPool
::AddTask(std::move(task));
in ExecuteScript()
Completed in 4 milliseconds