Home
last modified time | relevance | path

Searched defs:newThread (Results 1 – 6 of 6) 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/dfx/hprof/
Dheap_profiler.cpp449 bool traceAllocation, bool newThread) in StartHeapTracking()
500 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp383 … [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) in StartHeapTracking()
412 [[maybe_unused]] bool newThread) in StopHeapTracking()
424 … [[maybe_unused]] Progress *progress, [[maybe_unused]] bool newThread) in StopHeapTracking()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/sts_vm_interface_impl_tests/
Dsts_vm_interface_impl_tests.cpp163 std::thread newThread(subBarrierFunc); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp220 void Runtime::RegisterThread(JSThread* newThread) in RegisterThread()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp873 bool traceAllocation = false, bool newThread = true) override in StartHeapTracking()
878 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) override in StopHeapTracking()