mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
15 lines
183 B
C++
15 lines
183 B
C++
//#BLITZ_PROHIBIT
|
|
|
|
#ifndef flagNONAMESPACE
|
|
namespace Upp {
|
|
#endif
|
|
|
|
void Set__(volatile bool& b)
|
|
{
|
|
//WriteMemoryBarrier should be here
|
|
b = true;
|
|
}
|
|
|
|
#ifndef flagNONAMESPACE
|
|
};
|
|
#endif
|