Dummy threading model for single-threaded environments. More...
#include <SingletonThreadingModels.h>
Public Types | |
| typedef int | Guard |
| A dummy type for RAII locking. | |
| typedef int | Lock |
| A dummy type for locking. | |
Static Public Member Functions | |
| static void | memoryBarrier () |
| Memory barrier for synchronization. | |
Dummy threading model for single-threaded environments.
Definition at line 36 of file SingletonThreadingModels.h.
| typedef int icl_core::STMSingleThreaded< T >::Guard |
A dummy type for RAII locking.
Definition at line 43 of file SingletonThreadingModels.h.
| typedef int icl_core::STMSingleThreaded< T >::Lock |
A dummy type for locking.
Definition at line 46 of file SingletonThreadingModels.h.
| static void icl_core::STMSingleThreaded< T >::memoryBarrier | ( | ) | [inline, static] |
Memory barrier for synchronization.
Definition at line 40 of file SingletonThreadingModels.h.