[Common-cvs] system/platform/win winthrd.cpp,1.7,1.8

[Common-cvs] system/platform/win winthrd.cpp,1.7,1.8

ping at helixcommunity.org ping at helixcommunity.org
Tue Jan 25 10:47:29 PST 2005


Update of /cvsroot/common/system/platform/win
In directory cvs-new:/tmp/cvs-serv25898/platform/win

Modified Files:
	winthrd.cpp 
Log Message:
Removed _entthreadex call, it'll be called implicitly by the system. This seems to fix mysterious hang in RMAWinThread::Exit() due to the thread state is not signaled.

CR by JLeitner


Index: winthrd.cpp
===================================================================
RCS file: /cvsroot/common/system/platform/win/winthrd.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- winthrd.cpp	28 Oct 2004 22:31:02 -0000	1.7
+++ winthrd.cpp	25 Jan 2005 18:47:27 -0000	1.8
@@ -362,7 +362,6 @@
 
     CoUninitialize();
 
-    _endthreadex(ulReturnValue);
     return ulReturnValue;
 #else
     return 0;




More information about the Common-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.