[PATCH] msvcr120: Implemented Concurrency::details::_Condition_variable.

Yifu Wang YWang at esri.com
Fri Feb 13 18:52:51 CST 2015


Implementation of Concurrency::details::_Condition_variable along with a producer-consumer test case.
The class is used in msvcp120.dll by _Cnd_t functions, which are used in std::condition_variable and std::thread.
---
 dlls/msvcr120/msvcr120.spec    |  36 +++---
 dlls/msvcr120/tests/msvcr120.c | 277 +++++++++++++++++++++++++++++++++++++++++
 dlls/msvcrt/lock.c             | 171 +++++++++++++++++++++++++
 3 files changed, 466 insertions(+), 18 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcr120-Implemented-Concurrency-details-_Condition_.patch
Type: application/octet-stream
Size: 25353 bytes
Desc: 0001-msvcr120-Implemented-Concurrency-details-_Condition_.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150214/6b324447/attachment-0001.obj>


More information about the wine-patches mailing list