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:QueueMonitor
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
queue_monitor.h
24
class
QueueMonitor
{
class
26
static
QueueMonitor
&GetInstance();
35
QueueMonitor
();
36
~
QueueMonitor
();
37
QueueMonitor
(const
QueueMonitor
&) = delete;
38
QueueMonitor
(
QueueMonitor
&&) = delete;
39
QueueMonitor
&operator=(const
QueueMonitor
[all...]
H
A
D
queue_monitor.cpp
40
QueueMonitor
::
QueueMonitor
()
in QueueMonitor()
function in ffrt::QueueMonitor
58
QueueMonitor
::~
QueueMonitor
()
in ~QueueMonitor()
61
FFRT_LOGI("destruction of
QueueMonitor
enter");
in ~QueueMonitor()
71
FFRT_LOGI("destruction of
QueueMonitor
leave");
in ~QueueMonitor()
74
QueueMonitor
&
QueueMonitor
::GetInstance()
in GetInstance()
76
static
QueueMonitor
instance;
in GetInstance()
80
void
QueueMonitor
[all...]
H
A
D
queue_handler.cpp
60
QueueMonitor
::GetInstance().RegisterQueueId(GetQueueId(), this);
in QueueHandler()
70
while (
QueueMonitor
::GetInstance().QueryQueueStatus(GetQueueId()) || queue_->GetActiveStatus()) {
in ~QueueHandler()
73
QueueMonitor
::GetInstance().ResetQueueStruct(GetQueueId());
in ~QueueHandler()
170
while (
QueueMonitor
::GetInstance().QueryQueueStatus(GetQueueId()) != 0 || queue_->GetActiveStatus()) {
in CancelAndWait()
210
QueueMonitor
::GetInstance().UpdateQueueInfo(GetQueueId(), task->gid);
in Dispatch()
238
QueueMonitor
::GetInstance().ResetQueueInfo(GetQueueId());
in Dispatch()
Completed in 5 milliseconds