mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-02 08:52:07 +00:00
tests
This commit is contained in:
@@ -34,7 +34,7 @@ mutex::lock()
|
||||
{
|
||||
while ( LOCKED == state_.exchange( LOCKED, memory_order_seq_cst) )
|
||||
{
|
||||
if ( ! this_fiber::is_fiberized() ) ::abort();
|
||||
BOOST_ASSERT( this_fiber::is_fiberized() );
|
||||
|
||||
unique_lock< detail::spinlock > lk( waiting_mtx_);
|
||||
waiting_.push_back(
|
||||
|
||||
Reference in New Issue
Block a user