> Another option would be to change atomic_access_required_p to add > *sync = false; > before the first return, or to initialize bool sync = false; at the > definition.
Yes, let's do the initialization at the definition (no need to retest). -- Eric Botcazou