[thread] barrier::wait() not marked as interruption_point
 
            In the documentation (1.53 beta) barrier::wait() is not marked as interruption-point nor that it will throw thread_interrupted if thread blocked inside barrier::wait() if it gets interrupted. Because barrier::wait() calls condition_variable::wait() and condition_variable::wait() is a interruption-point barrier::wait() should it be too - or do I miss something? Oliver
 
            Le 14/01/13 10:03, Oliver Kowalke a écrit :
In the documentation (1.53 beta) barrier::wait() is not marked as interruption-point nor that it will throw thread_interrupted if thread blocked inside barrier::wait() if it gets interrupted. Because barrier::wait() calls condition_variable::wait() and condition_variable::wait() is a interruption-point barrier::wait() should it be too - or do I miss something?
I guess you are right. Could you fill a Trac ticket? Best, Vicente
participants (2)
- 
                 Oliver Kowalke Oliver Kowalke
- 
                 Vicente J. Botet Escriba Vicente J. Botet Escriba