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

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


#13051: Do the spin lock respect priority?
-------------------------------+--------------------------
  Reporter: alex_slt@… | Owner: timblechmann
      Type: Feature Requests | Status: closed
 Milestone: To Be Determined | Component: atomic
   Version: Boost 1.63.0 | Severity: Optimization
Resolution: invalid | Keywords:
-------------------------------+--------------------------
Changes (by andysem):

 * cc: Andrey.Semashev@… (added)
 * status: new => closed
 * resolution: => invalid

Comment:

 There is no spin_lock implementation in Boost.Atomic. There are probably
 spin lock implementations in other libraries, but I don't think any of
 them is public. You'll have to specify what particular implementation you
 are interested in.

 In general though, spin locks tend to provide no guarantees about fairness
 or priority support. You typically have to use special mutex types that
 provide these guarantees.

--
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13051#comment:1>
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-25 13:38:29 UTC