Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 964 Bytes

File metadata and controls

40 lines (38 loc) · 964 Bytes
title 2.6.1 master Construct | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid c092064b-ea57-4d4e-9c99-a004d65656fe
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

2.6.1 master Construct

The master directive identifies a construct that specifies a structured block that is executed by the master thread of the team. The syntax of the master directive is as follows:

#pragma omp master new-linestructured-block  

Other threads in the team do not execute the associated structured block. There is no implied barrier either on entry to or exit from the master construct.