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:GetTid
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H
A
D
gc_workers_thread_pool.cpp
65
os::CpuAffinityManager::SetAffinityForThread(proc->
GetTid
(), bestAndMiddle);
in SetAffinity()
71
os::CpuAffinityManager::SetAffinityForThread(proc->
GetTid
(), os::CpuPower::WEAK);
in UnsetAffinity()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
155
uint32_t curTid = vm->
GetTid
();
in DumpHeapSnapshot()
182
uint32_t curTid = vm->
GetTid
();
in DumpHeapSnapshotWithVm()
200
uint32_t curTid = workerVm->
GetTid
();
in DumpHeapSnapshotWithVm()
235
uint32_t curTid = vm->
GetTid
();
in TriggerGC()
242
curTid = workerVm->
GetTid
();
in TriggerGC()
H
A
D
jsnapi_expo.cpp
4853
uint32_t tid = vm->
GetTid
();
in StopDebugger()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
H
A
D
Process.cpp
355
static ets_double
GetTid
([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process)
in GetTid()
function
468
std::array {EtsNativeMethod {"getTidImpl", nullptr, reinterpret_cast<void *>(
GetTid
)},
in RegisterProcessNativeMethods()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
thread_pool.h
63
int
GetTid
() const
in GetTid()
function in ark::ProcessorInterface
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.h
672
uint32_t
GetTid
() const;
H
A
D
ecma_vm.cpp
250
uint32_t EcmaVM::
GetTid
() const
in GetTid()
function in panda::ecmascript::EcmaVM
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.h
2156
int64_t
GetTid
() const
in GetTid()
function in panda::ecmascript::tooling::final::final
/arkcompiler/toolchain/tooling/test/
H
A
D
debugger_types_test.cpp
2174
EXPECT_EQ(profile->
GetTid
(), 1000LL);
Completed in 26 milliseconds