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:tgMutex
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
worker_manager.cpp
23
std::shared_lock<std::shared_mutex> lck(tgwrap.
tgMutex
);
in JoinRtg()
39
std::unique_lock<std::shared_mutex> lck(tgwrap.
tgMutex
);
in JoinTG()
66
std::unique_lock<std::shared_mutex> lck(tgwrap.
tgMutex
);
in LeaveTG()
H
A
D
cpuworker_manager.cpp
54
std::unique_lock<std::shared_mutex> lock(groupCtl[workerQos].
tgMutex
);
in IncWorker()
88
std::shared_lock<std::shared_mutex> lck(groupCtl[qos()].
tgMutex
);
in GetWorkerCount()
114
std::shared_lock<std::shared_mutex> lck(groupCtl[thread->GetQos()].
tgMutex
);
in StealTaskBatch()
173
std::unique_lock<std::shared_mutex> lck(groupCtl[qos].
tgMutex
);
in WorkerRetired()
211
std::shared_lock<std::shared_mutex> lock(groupCtl[qos()].
tgMutex
);
in WorkerJoinTg()
H
A
D
worker_manager.h
36
mutable std::shared_mutex
tgMutex
;
member
H
A
D
scpuworker_manager.cpp
60
std::shared_lock<std::shared_mutex> lck(groupCtl[qos].
tgMutex
);
in ~SCPUWorkerManager()
80
std::unique_lock<std::shared_mutex> lck(groupCtl[qos].
tgMutex
);
in AddDelayedTask()
/foundation/resourceschedule/ffrt/src/util/
H
A
D
worker_monitor.cpp
130
std::shared_lock<std::shared_mutex> lck(workerGroup[i].
tgMutex
);
in SubmitMemReleaseTask()
163
std::shared_lock<std::shared_mutex> lck(workerGroup[i].
tgMutex
);
in CheckWorkerStatus()
179
std::shared_lock<std::shared_mutex> lck(workerGroup[i].
tgMutex
);
in CheckWorkerStatus()
/foundation/resourceschedule/ffrt/src/dfx/bbox/
H
A
D
bbox.cpp
97
std::shared_lock<std::shared_mutex> lck(workerGroup[i].
tgMutex
);
in SaveWorkerStatus()
425
std::shared_lock<std::shared_mutex> lck(workerGroup[i].
tgMutex
);
in SaveWorkerStatusInfo()
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task.cpp
402
std::unique_lock<std::shared_mutex> lck(wgCtl[qos].
tgMutex
);
in ffrt_restore_qos_config()
436
std::unique_lock<std::shared_mutex> lck(groupCtl[qos].
tgMutex
);
in ffrt_set_worker_stack_size()
Completed in 5 milliseconds