xiaoxichen / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

port_win.cc: deadlock in CondVar::SignalAll #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The existing implementation of SignalAll causes a deadlock when there are 
several waiting threads.

Original issue reported on code.google.com by makhn...@gmail.com on 22 Feb 2013 at 4:37

Attachments:

GoogleCodeExporter commented 9 years ago
Much better! (on Windows 7 x64)

Original comment by da...@optionmetrics.com on 25 Apr 2013 at 4:55