| GNU Compiler Collection (GCC) Internals: GIMPLE_OMP_CRITICAL |
|---|
Next:
GIMPLE_OMP_FOR
, Previous:
GIMPLE_OMP_CONTINUE
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_OMP_CRITICAL
Build a GIMPLE_OMP_CRITICAL statement. BODY is the sequence of
statements for which only one thread can execute. NAME is an
optional identifier for this critical block.
Return the name associated with OMP_CRITICAL statement G.
Return a pointer to the name associated with OMP critical
statement G.
Set NAME to be the name associated with OMP critical statement G.