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:IsActive
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
mem_hooks_test.cpp
35
ASSERT_TRUE(os::mem_hooks::PandaHooks::
IsActive
());
in TEST()
41
ASSERT_FALSE(os::mem_hooks::PandaHooks::
IsActive
());
in TEST()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
allocation_inspector.cpp
67
if (!
IsActive
()) {
in AdvanceAllocationInspector()
76
if (!
IsActive
()) {
H
A
D
allocation_inspector.h
58
bool
IsActive
() const
in IsActive()
function in panda::ecmascript::final
H
A
D
space.cpp
279
if (LIKELY(!allocationCounter_.
IsActive
())) {
in InvokeAllocationInspector()
H
A
D
linear_space.cpp
164
if (LIKELY(!allocationCounter_.
IsActive
())) {
in InvokeAllocationInspector()
H
A
D
sparse_space.cpp
353
if (LIKELY(!allocationCounter_.
IsActive
())) {
in InvokeAllocationInspector()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
thread_pool.h
121
if (!
IsActive
()) {
in Scale()
161
if (!
IsActive
()) {
in Help()
228
bool
IsActive
()
in IsActive()
function in ark::ThreadPool
263
if (!threadPool->
IsActive
(i)) {
in WorkerEntry()
318
bool
IsActive
(int i) REQUIRES(queueLock_)
in REQUIRES()
H
A
D
compiler_thread_pool_worker.h
67
return !threadPool_->
IsActive
();
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
mem_hooks.cpp
152
if (ark::os::mem_hooks::PandaHooks::
IsActive
()) {
165
if (ark::os::mem_hooks::PandaHooks::
IsActive
()) {
178
if (ark::os::mem_hooks::PandaHooks::
IsActive
()) {
H
A
D
mem_hooks.h
35
static bool
IsActive
() noexcept
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H
A
D
stackful_coroutine_worker.cpp
182
while (
IsActive
()) {
in ScheduleLoopBody()
228
while (!RunnableCoroutinesExist() &&
IsActive
()) {
in WaitForRunnables()
232
&runnablesLock_); // or timed wait? we may miss the signal in some cases (e.g.
IsActive
() change)...
in WaitForRunnables()
235
if (!RunnableCoroutinesExist() &&
IsActive
()) {
in WaitForRunnables()
H
A
D
stackful_coroutine_worker.h
51
bool
IsActive
() const
in IsActive()
function in ark::StackfulCoroutineWorker
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
mock_queue_thread_pool.cpp
261
if (threadPool->TryPutTask(MockTask {i + 1}) || !threadPool->
IsActive
()) {
in ControllerThreadTryPutTask()
310
if (solvedTasks == MockThreadPoolTest::TASK_NUMBER || !threadPool->
IsActive
()) {
in TestThreadPoolWithControllers()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_space.cpp
377
if (LIKELY(!allocationCounter_.
IsActive
())) {
in InvokeAllocationInspector()
663
if (LIKELY(!allocationCounter_.
IsActive
())) {
in InvokeAllocationInspector()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
[all...]
Completed in 40 milliseconds