1 2 3 4 5 6 7
#include <stdatomic.h> _Bool atomic_is_lock_free(const volatile __TYPE *obj) { (void)obj; return 1; }