Namespaces
Variants

C++ keyword: synchronized (TM TS)

From cppreference.net
C++ language
General topics
Flow control
Conditional execution statements
Iteration statements (loops)
Jump statements
Functions
Function declaration
Lambda function expression
inline specifier
Dynamic exception specifications ( until C++17* )
noexcept specifier (C++11)
Exceptions
Namespaces
Types
Specifiers
constexpr (C++11)
consteval (C++20)
constinit (C++20)
Storage duration specifiers
Initialization
Expressions
Alternative representations
Literals
Boolean - Integer - Floating-point
Character - String - nullptr (C++11)
User-defined (C++11)
Utilities
Attributes (C++11)
Types
typedef declaration
Type alias declaration (C++11)
Casts
Memory allocation
Classes
Class-specific function properties
Special member functions
Templates
Miscellaneous

使用方法

  • Synchronized block 、すべての同期ブロックと単一の全順序で実行される (TM TS)

参考文献

  • Transactional Memory TS (ISO/IEC TS 19841:2015):
  • 6.9 同期化文 [stmt.sync]
**翻訳説明:** - 「Transactional Memory TS」はC++専門用語のため原文のまま保持 - 「Synchronized statement」を「同期化文」と翻訳 - セクション番号「6.9」と規格参照「[stmt.sync]」は原文のまま保持 - HTMLタグと構造は完全に保持 - ISO規格番号「ISO/IEC TS 19841:2015」は原文のまま保持

関連項目

**注記**: 提供されたHTMLコード内のテキストはすべてC++のキーワードであり、翻訳対象外のため、元の英語表記を保持しています。HTMLタグ、属性、および タグ内のテキストは翻訳していません。