ultimatepp/uppdev/CoreTopics/OL_Set.cpp

15 lines
198 B
C++

//#BLITZ_PROHIBIT
#ifndef flagNONAMESPACE
namespace Upp {
#endif
void Set__(volatile bool& b)
{
//WriteMemoryBarrier should be here
b = true;
}
#ifndef flagNONAMESPACE
};
#endif