Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h196 std::atomic_bool isStart_ = false; variable
Dsamples_record.cpp636 return isStart_.load(); in GetIsStart()
641 isStart_.store(isStart); in SetIsStart()