Next:GIMPLE_OMP_FOR, Previous:GIMPLE_OMP_CONTINUE, Up:Tuple specific accessors [Contents][Index]
GIMPLE_OMP_CRITICAL ¶gomp_critical*gimple_build_omp_critical( gimple_seq body, tree name) ¶Build aGIMPLE_OMP_CRITICAL statement.BODY is the sequence ofstatements for which only one thread can execute.NAME is anoptional identifier for this critical block.
treegimple_omp_critical_name( const gomp_critical *g) ¶Return the name associated withOMP_CRITICAL statementG.
tree *gimple_omp_critical_name_ptr( gomp_critical *g) ¶Return a pointer to the name associated withOMP criticalstatementG.
voidgimple_omp_critical_set_name( gomp_critical *g, tree name) ¶SetNAME to be the name associated withOMP critical statementG.