Skip to content

Add most useful relaxed and acquire-relase stdatomic convenience macros

Ondřej Surý requested to merge ondrej/add-all-isc-atomic-defines into master

The header file <isc/atomic.h> now contains convenience macros for most useful explicit memory ordering for C11 stdatomics, only relaxed and acquire-release semantics is being used. These macros SHOULD be used instead of atomic__explicit functions.

Merge request reports