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:queue
(Results
1 - 8
of
8
) sorted by relevance
/ide/tools/previewer/test/unittest/util/
H
A
D
CallbackQueueTest.cpp
25
CallbackQueue
queue
;
in TEST()
local
29
queue
.AddCallback([&callbackCalled]() {
in TEST()
34
queue
.ConsumingCallback();
in TEST()
42
CallbackQueue
queue
;
in TEST()
local
46
queue
.AddCallback([]() {
in TEST()
54
threads.emplace_back([&
queue
]() {
in TEST()
55
queue
.ConsumingCallback();
in TEST()
65
EXPECT_EQ(
queue
.callBackList.size(), 0);
in TEST()
H
A
D
CppTimerTest.cpp
66
CallbackQueue
queue
;
in TEST()
local
73
timer.RunTimerTick(
queue
);
in TEST()
74
EXPECT_TRUE(
queue
.callBackList.size() > 0);
in TEST()
75
queue
.ConsumingCallback();
in TEST()
85
CallbackQueue
queue
;
in TEST()
local
88
std::thread commandThead([&timer, &
queue
, &interval]() {
in TEST()
90
timer.RunTimerTick(
queue
);
in TEST()
101
CallbackQueue
queue
;
in TEST()
local
105
timer.RunTimerTick(
queue
);
in TEST()
/ide/tools/previewer/jsapp/rich/external/
H
A
D
EventRunner.cpp
52
while (!
queue
.empty()) {
in Run()
53
const auto& top =
queue
.top();
in Run()
54
// If the task at the top of task
queue
has not yet expired, there is nothing more to do.
in Run()
58
// Only record tasks without executing them when the task
queue
mutex is hold.
in Run()
60
queue
.pop();
in Run()
64
// Flushing tasks here without holing onto the task
queue
mutex.
in Run()
76
queue
.push({ order, callback, targetTime });
in PushTask()
H
A
D
EventRunner.h
42
EventQueue
queue
;
member in OHOS::AppExecFwk::final
H
A
D
EventQueue.h
20
#include <
queue
>
/ide/tools/previewer/util/
H
A
D
CppTimer.cpp
47
void CppTimer::RunTimerTick(CallbackQueue&
queue
)
in RunTimerTick()
argument
71
queue
.AddCallback(functional);
in RunTimerTick()
H
A
D
CppTimer.h
74
void RunTimerTick(CallbackQueue&
queue
);
/ide/tools/previewer/test/unittest/jsapp/
H
A
D
EventHandlerTest.cpp
58
EXPECT_TRUE(OHOS::AppExecFwk::EventRunner::GetMainEventRunner().
queue
.size() > 0);
in TEST()
Completed in 2 milliseconds