Next: , Previous: <code>GIMPLE_OMP_CONTINUE</code>, Up: Tuple specific accessors


12.7.14 GIMPLE_OMP_CRITICAL

— GIMPLE function: gimple gimple_build_omp_critical (gimple_seq body, tree name)

构建一个GIMPLE_OMP_CRITICAL语句。BODY为只有一个线程可以执行的语句序列。NAME为可选的该临界块的标识。

— GIMPLE function: tree gimple_omp_critical_name (gimple g)

返回OMP_CRITICAL语句G关联的名字。

— GIMPLE function: tree *gimple_omp_critical_name_ptr (gimple g)

返回一个指针,指向OMP临界语句G的名字。

— GIMPLE function: void gimple_omp_critical_set_name (gimple g, tree name)

设置NAMEOMP临界语句G的名字。