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
defs:taskQueue
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/framework/core/host/src/
H
A
D
hdf_power_manager.c
18
struct HdfTaskQueue *
taskQueue
;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
task_pool_impl.cpp
259
TaskQueue *
taskQueue
= nullptr;
in TaskWorker()
local
275
void TaskPoolImpl::FinishExecuteTask(TaskQueue *
taskQueue
)
in FinishExecuteTask()
argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_thread.c
207
Queue *
taskQueue
= NULL;
in BTM_DeleteProcessingQueue()
local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H
A
D
thread_linux.c
39
Queue *
taskQueue
;
member
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H
A
D
task_scheduler.cpp
243
std::queue<Task>
taskQueue
;
in GetAndExecuteSetOfTasksFromQueue()
local
265
std::queue<Task>
taskQueue
;
in StealAndExecuteOneTaskFromWorkers()
local
404
auto *
taskQueue
= GetQueue({prop.GetTaskType(), prop.GetVMType()});
PutTaskInTaskQueues()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.cpp
502
auto &
taskQueue
= info.installJitTasks_;
in GetRunningTaskCnt()
local
510
auto &
taskQueue
= info.installJitTasks_;
in InstallTasks()
local
569
auto &
taskQueue
= info.installJitTasks_;
in ClearTaskWithVm()
local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
Renderer.hpp
435
Task
taskQueue
[TASK_COUNT];
member in sw::Renderer
Completed in 6 milliseconds