|
P99
|
Value:
p99_extension \
(void)({ \
P99_MAC_ARGS((p00_objp, OBJP), (p00_val, VAL)); \
/* To take care of the atomic_flag and padding bytes. */ \
memset(p00_objp, 0, sizeof *p00_objp); \
P00_AT(p00_objp) = p00_val; \
})
Initialize the object behind OBJP with value VAL. VAL and the base type of OBJP must be assignment compatible.
Definition at line 1060 of file p99_atomic.h. |
1.7.6.1