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:tids
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H
A
D
utilities_test.cpp
92
std::vector<pid_t>
tids
= GetSubthreadIDs(getpid());
in StartThreads()
local
94
for (const auto& tid :
tids
) {
in StartThreads()
631
std::vector<pid_t>
tids
= GetSubthreadIDs(getpid());
in HWTEST_F()
local
632
EXPECT_EQ(
tids
.size(), tids_.size());
in HWTEST_F()
634
for (pid_t tid :
tids
) {
in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H
A
D
utilities_test.cpp
621
std::vector<pid_t>
tids
= GetSubthreadIDs(getpid());
in HWTEST_F()
local
624
EXPECT_NE(find(
tids
.begin(),
tids
.end(), tid),
tids
.end());
in HWTEST_F()
/developtools/hiperf/src/
H
A
D
utilities.cpp
503
auto
tids
= GetSubDirs(path);
in GetSubthreadIDs()
local
505
for (auto tidStr :
tids
) {
in GetSubthreadIDs()
520
auto
tids
= GetSubDirs(path);
in GetSubthreadIDs()
local
522
for (auto tidStr :
tids
) {
in GetSubthreadIDs()
H
A
D
subcommand_record.cpp
568
auto
tids
= GetSubthreadIDs(pid);
in CheckTargetPids()
local
569
if (!
tids
.empty()) {
in CheckTargetPids()
570
selectTids_.insert(selectTids_.end(),
tids
.begin(),
tids
.end());
in CheckTargetPids()
571
mapPids_[pid] =
tids
;
in CheckTargetPids()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
utilities.cpp
457
auto
tids
= GetSubDirs(path);
in GetSubthreadIDs()
local
459
for (auto tidStr :
tids
) {
in GetSubthreadIDs()
Completed in 7 milliseconds