2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-21 15:02:29 +00:00

enable atomics with BOOST_FIBERS_USE_ATOMCIS

This commit is contained in:
Oliver Kowalke
2015-06-19 21:39:34 +02:00
parent 2002dba9d3
commit 20d08d98cd
35 changed files with 1165 additions and 564 deletions

View File

@@ -128,7 +128,7 @@ fiber_manager::run() {
}
}
#if defined(BOOST_FIBERS_THREADSAFE)
#if defined(BOOST_FIBERS_USE_ATOMICS)
void
fiber_manager::wait( std::unique_lock< detail::spinlock > & lk) {
wait_until(