[Boost-bugs] [Boost C++ Libraries] #13051: Do the spin lock respect priority?

Subject: [Boost-bugs] [Boost C++ Libraries] #13051: Do the spin lock respect priority?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-06-01 11:00:59


#13051: Do the spin lock respect priority?
------------------------------+--------------------------
 Reporter: alex_slt@… | Owner: timblechmann
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: atomic
  Version: Boost 1.63.0 | Severity: Optimization
 Keywords: |
------------------------------+--------------------------
 suppose one thread 'th1' try to lock to a resource and after that another
 thread 'th2' try to lock the same resource.
 if I use pthread_spin_lock is possible that th2 take lock to resource
 before th1.
 Boost::spin_lock solve this behavour? if I use Boost::spin_lock priority
 is respected?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/13051>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-06-01 11:03:58 UTC