Opened 15 years ago
Closed 15 years ago
#1803 closed Bugs (fixed)
win32 condition_variable::notify_one may lose notifies
Reported by: | Anthony Williams | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | thread |
Version: | Boost 1.35.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
Under particular usage sequences, the win32 implementation of condition_variable::notify_one may fail to notify a waiting thread.
Change History (2)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk, change 44146