spot/bricks
Etienne Renault 6d3154be94 bricks: ATOMIC_FLAG_INIT initialization
From the working draft: "The macro ATOMIC_FLAG_INIT shall be defined
in such a way that it can be used to initialize an object of type
atomic_flag to the clear state. The macro can be used in the form:
atomic_flag guard = ATOMIC_FLAG_INIT; It is unspecified whether the
macro can be used in other initialization contexts."

* bricks/brick-shmem.h: here.
2020-06-03 10:33:53 +02:00
..
brick-assert.h bricks: add bricks for concurrent hashmap 2020-06-03 10:33:53 +02:00
brick-bitlevel.h bricks: add bricks for concurrent hashmap 2020-06-03 10:33:53 +02:00
brick-hash.h bricks: fix clang warnings 2020-06-03 10:33:53 +02:00
brick-hashset.h bricks: add bricks for concurrent hashmap 2020-06-03 10:33:53 +02:00
brick-shmem.h bricks: ATOMIC_FLAG_INIT initialization 2020-06-03 10:33:53 +02:00
brick-types.h bricks: add bricks for concurrent hashmap 2020-06-03 10:33:53 +02:00