Searched refs:SemDestroy (Results 1 – 3 of 3) sorted by relevance
216 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()
141 int SemDestroy(int index);
564 int SamplesRecord::SemDestroy(int index) in SemDestroy() function in panda::ecmascript::SamplesRecord