C++ keyword: synchronized (TM TS)
From cppreference.com
Usage
- Synchronized block, executed in single total order with all synchronized blocks (TM TS)
References
- Transactional Memory TS (ISO/IEC TS 19841:2015):
- 6.9 Synchronized statement [stmt.sync]
See also
- atomic_cancel (TM TS)
- atomic_commit (TM TS)
- atomic_noexcept (TM TS)
- transaction_safe (TM TS)
- transaction_safe_dynamic (TM TS)
