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:cv
(Results
1 - 7
of
7
) sorted by relevance
/developtools/hdc/src/common/
H
A
D
uart.h
246
cv
.notify_one();
in Request()
256
cv
.notify_one();
in Sent()
263
std::condition_variable
cv
;
member in Hdc::HdcUARTBase::TransferStateMachine
328
cv
.wait(lock, [=] { return hasWaitPkg.find(sessionId) == hasWaitPkg.end(); });
in Wait()
336
cv
.notify_one();
in Free()
343
cv
.wait_for(lock, std::chrono::milliseconds(WAIT_RESPONSE_TIME_OUT_MS),
in WaitFree()
349
std::condition_variable
cv
;
member in Hdc::HdcUARTBase::TransferSlot
H
A
D
define_plus.h
131
condition_variable
cv
;
member
H
A
D
uart.cpp
1025
if (
cv
.wait_for(lock, waitTimeout, [=] { return requested; }) == false) {
in Wait()
1032
cv
.wait(lock, [=] { return requested; });
in Wait()
/developtools/hiperf/test/unittest/common/native/
H
A
D
subcommand_stat_test.cpp
74
static std::condition_variable
cv
;
member in OHOS::Developtools::HiPerf::SubCommandStatTest
78
std::condition_variable SubCommandStatTest::
cv
;
member in OHOS::Developtools::HiPerf::SubCommandStatTest
119
cv
.wait(lock);
in TestCodeThread()
396
cv
.notify_all();
in HWTEST_F()
446
cv
.notify_all();
in HWTEST_F()
489
cv
.notify_all();
in HWTEST_F()
630
cv
.notify_all();
in HWTEST_F()
937
cv
.notify_all();
in HWTEST_F()
980
cv
.notify_all();
in HWTEST_F()
1018
cv
in HWTEST_F()
[all...]
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb.cpp
390
hUSB->hostBulkIn.
cv
.notify_one();
in OpenDeviceMyNeed()
398
hUSB->hostBulkOut.
cv
.notify_one();
in OpenDeviceMyNeed()
438
ep->
cv
.notify_one();
in OpenDeviceMyNeed()
464
ep->
cv
.wait(lock, [ep]() { return ep->isComplete; });
in OpenDeviceMyNeed()
498
ep->
cv
.wait(lock, [ep]() { return ep->isComplete; });
in OpenDeviceMyNeed()
H
A
D
host_usb.h
89
condition_variable
cv
;
member
/developtools/hdc/src/host/
H
A
D
host_usb.cpp
446
hUSB->hostBulkIn.
cv
.notify_one();
in CancelUsbIo()
454
hUSB->hostBulkOut.
cv
.notify_one();
in CancelUsbIo()
536
ep->
cv
.notify_one();
in USBBulkCallback()
567
ep->
cv
.wait(lock, [ep]() { return ep->isComplete; });
in SubmitUsbBio()
Completed in 9 milliseconds