Lely core libraries
2.3.4
|
An atomic type providing the classic test-and-set functionality. More...
#include <stdatomic.h>
An atomic type providing the classic test-and-set functionality.
It has two states, set and clear. Operations on objects of this type are lock free.
Definition at line 198 of file stdatomic.h.