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:prio_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/ffrt/src/tm/
H
A
D
queue_task.h
84
prio_
= prio;
in SetPriority()
89
return
prio_
;
in GetPriority()
117
ffrt_queue_priority_t
prio_
= ffrt_queue_priority_low;
member in ffrt::QueueTask
H
A
D
queue_task.cpp
42
prio_
= attr->
prio_
;
in QueueTask()
46
FFRT_LOGD("ctor task [gid=%llu], delay=%lluus, type=%lu, prio=%d", gid, delay_, type,
prio_
);
in QueueTask()
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task_attr_private.h
35
prio_
(attr.priority())
in task_attr_private()
44
ffrt_queue_priority_t
prio_
= ffrt_queue_priority_low;
member in ffrt::task_attr_private
H
A
D
task.cpp
235
(reinterpret_cast<ffrt::task_attr_private *>(attr))->
prio_
= priority;
in ffrt_task_attr_set_queue_priority()
246
return static_cast<ffrt_queue_priority_t>((reinterpret_cast<ffrt::task_attr_private *>(p))->
prio_
);
in ffrt_task_attr_get_queue_priority()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H
A
D
message.h
147
prio_
= inPriority;
in SetPriority()
190
return
prio_
;
in GetPriority()
215
Priority
prio_
= Priority::LOW;
member in DistributedDB::Message
Completed in 3 milliseconds