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:SetThreadName
(Results
1 - 19
of
19
) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
H
A
D
thread_utils.h
30
void
SetThreadName
(pthread_t tid, const std::string& name);
/foundation/multimodalinput/input/tools/event_inject/src/
H
A
D
mmi_event_simulate_main.cpp
28
SetThreadName
("main");
in main()
/foundation/arkui/ace_engine/frameworks/base/thread/
H
A
D
background_task_executor.cpp
30
void
SetThreadName
(uint32_t threadNo)
in SetThreadName()
function
192
SetThreadName
(threadNo);
in ThreadLoop()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H
A
D
thread_utils.cpp
25
void
SetThreadName
(pthread_t tid, const std::string& name)
in SetThreadName()
function
H
A
D
thread_pool.cpp
66
SetThreadName
(workers_.back().thread.native_handle(), workers_.back().name);
in Initialize()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_util.h
59
NSTACKX_EXPORT void
SetThreadName
(const char *name);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_util.c
70
void
SetThreadName
(const char *name)
in SetThreadName()
function
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H
A
D
timer_core.cpp
64
SetThreadName
(worker_.native_handle(), threadName);
in Initialize()
/foundation/multimodalinput/input/util/common/include/
H
A
D
util.h
58
void
SetThreadName
(const std::string &name);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_util.c
122
void
SetThreadName
(const char *name)
in SetThreadName()
function
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_runner.cpp
356
inline void
SetThreadName
(const std::string &threadName)
in SetThreadName()
function in OHOS::AppExecFwk::__anon9109::final
423
innerRunner->
SetThreadName
(threadName);
in Create()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
thumbnail_manager.cpp
242
void
SetThreadName
(const string &threadName, int num)
in SetThreadName()
function
562
SetThreadName
("ImageWorker", num);
in ImageWorker()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
cooperate.cpp
287
SetThreadName
("OS_Cooperate");
in Loop()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
device_manager_test.cpp
376
SetThreadName
(std::string("os_ds_service"));
in OnThread()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_dfile_session.c
1005
SetThreadName
(DFFILE_MAIN_THREAD_NAME);
in DFileMainLoop()
1235
SetThreadName
(name);
in SetSendThreadName()
1761
SetThreadName
(DFFILE_RECV_THREAD_NAME);
in DFileRecverPre()
1840
SetThreadName
(DFFILE_CONTROL_THREAD_NAME);
in DFileControlHandle()
H
A
D
nstackx_file_manager.c
858
SetThreadName
(name);
in SetIOThreadName()
/foundation/multimodalinput/input/util/common/src/
H
A
D
util.cpp
228
void
SetThreadName
(const std::string &name)
in SetThreadName()
function
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_common.c
281
SetThreadName
(DFINDER_THREAD_NAME);
in NstackMainLoop()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
2548
SetThreadName
(std::string("mmi_service"));
in OnThread()
Completed in 25 milliseconds