Home
last modified time | relevance | path

Searched refs:SemDestroy (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp216 if (generator_->SemDestroy(0) != 0) { in ~CpuProfiler()
219 if (generator_->SemDestroy(1) != 0) { in ~CpuProfiler()
222 if (generator_->SemDestroy(2) != 0) { // 2: signal 2 in ~CpuProfiler()
Dsamples_record.h141 int SemDestroy(int index);
Dsamples_record.cpp564 int SamplesRecord::SemDestroy(int index) in SemDestroy() function in panda::ecmascript::SamplesRecord