The CRITICAL SECTION and END CRITICAL SECTION directives define the scope of a critical section. Exactly one logical processor at a time is allowed inside a CRITICAL SECTION. This construct must be coded lexically inside a PARALLEL REGION and END PARALLEL REGION.