Boost logo

Boost Users :

Subject: Re: [Boost-users] boost condition_variable internals
From: John M. Dlugosz (ngnr63q02_at_[hidden])
Date: 2014-01-28 21:47:30


On 1/24/2014 9:51 AM, Kenneth Adam Miller wrote:
> Ah yeah, I found the source location just a bit after sending that and saw about what
> condition_variable uses internally after I looked at it. I can use locks, but I'm
> restricted to using locks that are from the pin threading api, so any locks that come from
> pthreads or windows are the ones that I have to avoid.
You could add an implementation of the mutex and condition_variable classes that use the
"pin api", just as it has separate files now for pthreads and Win32. With the classes now
being part of the C++ standard, such would be expected for any "api".


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net