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.cpp222 if (generator_->SemDestroy(0) != 0) { in ~CpuProfiler()
225 if (generator_->SemDestroy(1) != 0) { in ~CpuProfiler()
228 if (generator_->SemDestroy(2) != 0) { // 2: signal 2 in ~CpuProfiler()
Dsamples_record.h143 int SemDestroy(int index);
Dsamples_record.cpp572 int SamplesRecord::SemDestroy(int index) in SemDestroy() function in panda::ecmascript::SamplesRecord