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