#include "OWBI1_config.h"#include "OWBI1_AtomicOps.hpp"#include "OW_Mutex.hpp"#include "OW_MutexLock.hpp"#include "OW_ThreadOnce.hpp"Include dependency graph for OWBI1_AtomicOps.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | OWBI1 |
Functions | |
| static void | OWBI1::initGuard () |
| void | OWBI1::AtomicInc (Atomic_t &v) |
| bool | OWBI1::AtomicDecAndTest (Atomic_t &v) |
| int | OWBI1::AtomicGet (Atomic_t const &v) |
| void | OWBI1::AtomicDec (Atomic_t &v) |
Variables | |
| static OpenWBEM::Mutex * | OWBI1::guard = 0 |
| static OpenWBEM::OnceFlag | OWBI1::g_once = OW_ONCE_INIT |
1.4.6