blackberry / Boost

The Boost C++ Libraries
Boost Software License 1.0
224 stars 120 forks source link

boost::condition (aka thread event objects) do not work on BB. #2

Open LawrenceGunn opened 11 years ago

LawrenceGunn commented 11 years ago

Boost condition objects do now seem to work. They appear to be using pthread calls, which do work in general on BB, but they do not work with the raw pthread calls.

tvaneerd commented 11 years ago

I'm in the process of updating all of this to 1.52. Hopefully that fixes a number of issues.