Home
last modified time | relevance | path

Searched refs:isInterrupt_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.h40 isInterrupt_ = true; in ~HeapTrackerSample()
45 isInterrupt_ = false; in Start()
51 isInterrupt_ = true; in Stop()
64 std::atomic_bool isInterrupt_ = true; variable
Dheap_tracker.cpp26 while (!isInterrupt_) { in Run()