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:thread_
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H
A
D
inject_thread.cpp
34
if (
thread_
.joinable()) {
in ~InjectThread()
35
thread_
.join();
in ~InjectThread()
41
thread_
= std::thread([this] {this->RunThread(this);});
in Start()
42
pthread_setname_np(
thread_
.native_handle(), "emitEvent");
in Start()
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H
A
D
sorft_vsync.cpp
28
thread_
= std::make_unique<std::thread>([this]() { WorkThread(); });
in Init()
29
DISPLAY_CHK_RETURN((
thread_
== nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread"));
in Init()
55
if (
thread_
!= nullptr) {
in ~SorftVsync()
56
thread_
->join();
in ~SorftVsync()
H
A
D
sorft_vsync.h
39
std::unique_ptr<std::thread>
thread_
;
member in OHOS::HDI::DISPLAY::SorftVsync
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H
A
D
hci_watcher.cpp
80
thread_
= std::thread(std::bind(&HciWatcher::WatcherThread, this));
in Start()
81
if (!
thread_
.joinable()) {
in Start()
89
if (pthread_setschedparam(
thread_
.native_handle(), policy, ¶ms) != 0) {
in Start()
90
HDF_LOGW("pthread_setschedparam failed tid[%lu] policy[%d]",
thread_
.native_handle(), policy);
in Start()
103
thread_
.join();
in Stop()
H
A
D
hci_watcher.h
57
std::thread
thread_
;
member in OHOS::HDI::Bluetooth::Hci::HciWatcher
/drivers/peripheral/input/ddk_service/include/emit_event_manager/
H
A
D
inject_thread.h
48
std::thread
thread_
;
member in OHOS::ExternalDeviceManager::InjectThread
/drivers/peripheral/input/udriver/include/
H
A
D
input_device_manager.h
146
std::thread
thread_
{};
/drivers/peripheral/input/udriver/src/
H
A
D
input_device_manager.cpp
53
thread_
= std::move(t1);
in Init()
54
thread_
.detach();
in Init()
Completed in 4 milliseconds