Home
last modified time | relevance | path

Searched defs:newThread (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbase_thread_test.cpp79 auto newThread = ThreadStart(ThreadFunc); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp135 void Runtime::RegisterThread(JSThread* newThread) in RegisterThread() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp350 StartHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] double timeInterval, [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) StartHeapTracking() argument
380 StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const std::string &filePath, [[maybe_unused]] bool newThread) StopHeapTracking() argument
392 StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream* stream, [[maybe_unused]] Progress *progress, [[maybe_unused]] bool newThread) StopHeapTracking() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp775 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking() argument
725 StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, bool traceAllocation, bool newThread) StartHeapTracking() argument

Completed in 5 milliseconds