Home
last modified time | relevance | path

Searched defs:newThread (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_thread_test.cpp79 auto newThread = ThreadStart(ThreadFunc); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp385 … [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) in StartHeapTracking()
414 [[maybe_unused]] bool newThread) in StopHeapTracking()
426 … [[maybe_unused]] Progress *progress, [[maybe_unused]] bool newThread) in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp132 void Runtime::RegisterThread(JSThread* newThread) in RegisterThread()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp563 bool traceAllocation = false, bool newThread = true) override in StartHeapTracking()
568 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) override in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp1062 bool traceAllocation, bool newThread) in StartHeapTracking()
1111 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()