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:ThrTaskContainer
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/executor/
H
A
D
ThrTaskContainer.cpp
16
#include "
ThrTaskContainer
.h"
25
/*
ThrTaskContainer
*/
26
void
ThrTaskContainer
::StartLoop(const std::string& threadName)
in StartLoop()
28
std::thread startLoopThread(&
ThrTaskContainer
::Entry, this, threadName);
in StartLoop()
32
void
ThrTaskContainer
::StopLoop()
in StopLoop()
36
void
ThrTaskContainer
::PostTask(ITask* task)
in PostTask()
48
bool
ThrTaskContainer
::IsTaskOverLimit()
in IsTaskOverLimit()
62
void
ThrTaskContainer
::Entry(const std::string& threadName)
in Entry()
H
A
D
ThrExecutor.cpp
28
ThrTaskContainer
* contMain = new
ThrTaskContainer
();
in ThrExecutor()
30
containers.insert(std::pair<int,
ThrTaskContainer
*>(MAIN_THR, contMain));
in ThrExecutor()
35
for (std::map<int,
ThrTaskContainer
*>::iterator it = containers.begin(); it != containers.end(); it++) {
in ~ThrExecutor()
36
ThrTaskContainer
* con = it->second;
in ~ThrExecutor()
79
ThrTaskContainer
* con = containers[MAIN_THR];
in ExecuteTimeoutInMainThr()
117
ThrTaskContainer
* con = containers[MAIN_THR];
in ExecuteHandleEvtInMainThr()
156
ThrTaskContainer
* con = containers[MAIN_THR];
in ExecuteMonitorInMainThr()
H
A
D
ThrExecutor.h
19
#include "
ThrTaskContainer
.h"
44
std::map<int,
ThrTaskContainer
*> containers;
H
A
D
ThrTaskContainer.h
25
class
ThrTaskContainer
{
class
Completed in 2 milliseconds