yohhoyの日記

技術的メモをしていきたい日記

2012-08-02から1日間の記事一覧

condition_variable_any+recursive_mutexの注意点

C++11標準ライブラリやBoost.Threadライブラリで提供されるcondition_variable_anyとrecursive_mutexの組み合わせについてメモ。まとめ:condition_variable_anyとrecursive_mutexの組み合わせ利用は避けること。*1 *2条件変数condition_variable_anyのwait…