Opened 10 years ago

Closed 10 years ago

#7283 closed Feature Requests (fixed)

C++11 compliance: Add notify_all_at_thread_exit

Reported by: viboes Owned by: viboes
Milestone: Boost 1.52.0 Component: thread
Version: Boost 1.51.0 Severity: Problem
Keywords: Cc:

Description

The following should be taken in account

        void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);

Attachments (1)

7283_80241.patch (10.2 KB ) - added by viboes 10 years ago.
patch tested on only on Mac respect to [80241]. I will check it soon on Windows.

Download all attachments as: .zip

Change History (5)

comment:1 by viboes, 10 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

by viboes, 10 years ago

Attachment: 7283_80241.patch added

patch tested on only on Mac respect to [80241]. I will check it soon on Windows.

comment:2 by viboes, 10 years ago

Committed in trunk [80351]

comment:3 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.52.0

comment:4 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Merged to release [80450]

Note: See TracTickets for help on using tickets.