Searched refs:SemInit (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | cpu_profiler.cpp | 39 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()
|
D | samples_record.h | 138 int SemInit(int index, int pshared, int value);
|
D | samples_record.cpp | 549 int SamplesRecord::SemInit(int index, int pshared, int value) in SemInit() function in panda::ecmascript::SamplesRecord
|