Searched refs:SemInit (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | cpu_profiler.cpp | 45 if (generator_->SemInit(0, 0, 0) != 0) { in CpuProfiler() 48 if (generator_->SemInit(1, 0, 0) != 0) { in CpuProfiler() 51 if (generator_->SemInit(2, 0, 0) != 0) { // 2: signal 2 in CpuProfiler()
|
H A D | samples_record.h | 140 int SemInit(int index, int pshared, int value);
|
H A D | samples_record.cpp | 393 int SamplesRecord::SemInit(int index, int pshared, int value) in SemInit() function in panda::ecmascript::SamplesRecord
|
Completed in 3 milliseconds