Boost logo

Boost :

Subject: [boost] [thread] barrier::wait() not marked as interruption_point
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2013-01-14 04:03:17


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk