Lely core libraries  2.3.4
atomic_flag Struct Reference

An atomic type providing the classic test-and-set functionality. More...

#include <stdatomic.h>

Detailed Description

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.


The documentation for this struct was generated from the following file: