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 - 4
of
4
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/worker/
H
A
D
render_thread.h
30
template <typename
QUEUE
= RenderFifoQueue<RenderTaskPtr<void>>>
31
class RenderThread : public RenderWorkerItf<typename
QUEUE
::DataType> {
33
typedef typename
QUEUE
::DataType LocalTaskType;
34
static_assert(std::is_base_of<RenderQueueItf<LocalTaskType>,
QUEUE
>::value,
35
"
QUEUE
should be derived from RenderQueueItf");
48
QUEUE
*m_localMsgQueue = nullptr;
61
template <typename
QUEUE
>
62
RenderThread<
QUEUE
>::RenderThread(size_t queueSize, std::function<void()> idleTask) : idleTask(idleTask),
in RenderThread()
65
m_localMsgQueue = new
QUEUE
();
in RenderThread()
68
template <typename
QUEUE
> RenderThrea
[all...]
/foundation/communication/netstack/utils/common_utils/include/
H
A
D
trace_events.h
21
static constexpr const char*
QUEUE
= "HttpRequest::
QUEUE
";
member
/foundation/communication/netstack/frameworks/native/http/http_client/
H
A
D
http_client.cpp
94
ptr->GetTrace().Tracepoint(TraceEvents::
QUEUE
);
in StartTask()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H
A
D
http_exec.cpp
276
context->GetTrace().Tracepoint(TraceEvents::
QUEUE
);
in AddCurlHandle()
Completed in 4 milliseconds