#include <stlsoft/stlsoft.h>
#include <stlsoft/synch/concepts.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| struct | spin_yield |
| This policy causes spin mutex types default behaviour to be to yield the current time slice when the spin variable cannot be acquired. More... | |
| struct | spin_no_yield |
| This policy causes spin mutex types default behaviour to be to not yield the current time slice when the spin variable cannot be acquired. More... | |
1.5.6