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.

Parameters:

  • options (Hash) (defaults to: {})

    OpenMP clause and their values. See OpenMP documentation



429
# File 'lib/BOAST/Language/OpenMP.rb', line 429

register_openmp_construct( "Critical", "critical", [:name], [:name], :block => true )