[PATCH] msvcp120: implement _Cnd_* functions (try 4)

Daniel Lehman dlehman at esri.com
Thu Nov 12 08:57:14 CST 2015


Try2:
 - add if (0) to test to note a crash if _Cnd_destroy is called on a cnd that has waiters
 - update status in _Cnd_timedwait
Try3:
  - broadcast in _Cnd_destroy
  - in tests:
	- fix _Mtx_init declaration
	- add synchronization to signal/broadcast tests to make sure _Cnd_wait is called before setting go=1
	- looser TIMEDELTA
Try4:
  - simplified tests (thanks Piotr)

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-msvcp120-implement-_Cnd_-functions.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151112/6ca20dfd/attachment-0001.txt>


More information about the wine-patches mailing list