just::thread
std::atomic_flag
Instances of std::atomic_flag must be initialized using the ATOMIC_FLAG_INIT macro.
ATOMIC_FLAG_INIT
std::atomic_flag flag=ATOMIC_FLAG_INIT;
Constructs a new std::atomic_flag object in the clear state.
Nothing.
#include <atomic>
Design and Content © Copyright 2008-2012 Just Software Solutions Ltd. All Rights Reserved.