Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp39 if (generator_->SemInit(0, 0, 0) != 0) { in CpuProfiler()
42 if (generator_->SemInit(1, 0, 0) != 0) { in CpuProfiler()
45 if (generator_->SemInit(2, 0, 0) != 0) { // 2: signal 2 in CpuProfiler()
Dsamples_record.h138 int SemInit(int index, int pshared, int value);
Dsamples_record.cpp549 int SamplesRecord::SemInit(int index, int pshared, int value) in SemInit() function in panda::ecmascript::SamplesRecord