bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

boost::thread seems broken in PNaCl #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
An external developer reported that boost::thread doesn't work with PNaCl using 
Chrome 39.

Boost may simply be misconfigured. PNaCl supports C++11 and C++14 including 
std::thread, and it also support pthread, so Boost thread should "just work" 
once configured right. I think the only shortcoming may be thread priorities.

Original issue reported on code.google.com by j...@chromium.org on 27 Jan 2015 at 6:00