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:BLOCK_COROUTINE
(Results
1 - 9
of
9
) sorted by relevance
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
sleep.cpp
50
task->blockType = BlockType::
BLOCK_COROUTINE
;
in SleepUntilImpl()
76
curTask->blockType = BlockType::
BLOCK_COROUTINE
;
in ffrt_yield()
H
A
D
shared_mutex.cpp
131
task->blockType = BlockType::
BLOCK_COROUTINE
;
in NotifyOne()
152
task->blockType = BlockType::
BLOCK_COROUTINE
;
in NotifyAll()
H
A
D
io_poller.cpp
166
task->blockType = BlockType::
BLOCK_COROUTINE
;
H
A
D
wait_queue.cpp
220
task->blockType = BlockType::
BLOCK_COROUTINE
;
H
A
D
mutex.cpp
268
task->blockType = BlockType::
BLOCK_COROUTINE
;
in wake()
H
A
D
poller.cpp
269
task->blockType = BlockType::
BLOCK_COROUTINE
;
in WakeTask()
/foundation/resourceschedule/ffrt/src/tm/
H
A
D
scpu_task.cpp
88
parent->blockType = BlockType::
BLOCK_COROUTINE
;
in DecChildRef()
113
blockType = BlockType::
BLOCK_COROUTINE
;
in DecWaitDataRef()
H
A
D
task_base.h
69
BlockType blockType { BlockType::
BLOCK_COROUTINE
}; // block type for lagacy mode changing
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
co_routine.h
55
BLOCK_COROUTINE
,
member in BlockType
Completed in 5 milliseconds