Method: BOAST::OpenMP#Critical
- Defined in:
- lib/BOAST/Language/OpenMP.rb
#Critical(options = {}, &block) ⇒ Object
Creates an OpenMP construct that correspond to the “critical” C OpenMP construct.
429 |
# File 'lib/BOAST/Language/OpenMP.rb', line 429 register_openmp_construct( "Critical", "critical", [:name], [:name], :block => true ) |