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:dependence
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H
A
D
task.h
226
struct
dependence
: ffrt_dependence_t {
struct
227
dependence
(const void* d)
in dependence()
function
232
dependence
(const task_handle& h)
in dependence()
function
239
dependence
(const
dependence
& other)
in dependence()
function
244
dependence
(
dependence
&& other)
in dependence()
function
249
dependence
& operator=(const
dependence
& other)
in operator =()
261
dependence
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_unmarshal_thread.h
64
std::vector<ffrt::
dependence
> cachedDeps_;
H
A
D
rs_unmarshal_thread.cpp
181
std::vector<ffrt::
dependence
> deps;
in Wait()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
post_proc_slr.cpp
242
std::vector<ffrt::
dependence
> ffrtHandles;
in Parallel()
243
std::vector<ffrt::
dependence
> ffrtHandles1;
in Parallel()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_core.cpp
238
* 测试用例描述:构造2个submit_h的任务,验证task_handle转成
dependence
后,调用ffrt::wait的场景
239
* 预置条件:创建一个submit_h任务,确保执行完成,且将task_handle转成
dependence
后保存
240
* 操作步骤:创建另外一个task_handle任务,并且先执行ffrt::wait保存的
dependence
的数组
245
std::vector<ffrt::
dependence
> deps;
in HWTEST_F()
Completed in 4 milliseconds