|
P99
|
declare an atomic type that will use lock operations to guarantee atomicity Normally it shouldn't be necessary to use this macro in user code for integral data types; the lock-free types should be detected automatically. This is used per default for integral types that are detected not to support atomic operations directly and for floating point types. Use this macro to protect your own particular data type.
Definition at line 582 of file p99_atomic.h. |
1.7.6.1