Opened 10 years ago

Closed 10 years ago

#8239 closed Bugs (fixed)

barrier::wait() not marked as interruption_point

Reported by: olli Owned by: viboes
Milestone: Boost 1.54.0 Component: thread
Version: Boost 1.53.0 Severity: Cosmetic
Keywords: thread interruption_point barrier wait Cc:

Description

In the documentation (1.53) barrier::wait() is not marked as interruption-point nor that it will throw thread_interrupted if the thread blocked inside barrier::wait() gets interrupted. Because barrier::wait() calls condition_variable::wait() and condition_variable::wait() is a interruption-point barrier::wait() should it be too.

Change History (2)

comment:1 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.54.0
Status: newassigned

Committed revision [83312].

comment:2 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Committed revision [83525].

Note: See TracTickets for help on using tickets.