Lugdunum  0.1.0
Thread.inl
Go to the documentation of this file.
1 inline void SingleThreadPolicy::enter() const {}
2 inline void SingleThreadPolicy::leave() const {}
3 
4 template <class SynchronizationPrimitive>
6  _primitive.lock();
7 }
8 
9 template <class SynchronizationPrimitive>
11  _primitive.unlock();
12 }