Skip to content
Snippets Groups Projects
Forked from redox-os / gcc
Loading
  • membar's avatar
    a0f68376
    PR libgcj/14751 · a0f68376
    membar authored
    	* win32-threads.cc (_Jv_ThreadInitData): Zero out thread
    	handle in newly-allocated _Jv_Thread_t.
    	(_Jv_ThreadDestroyData): Close thread handle.
    	(_Jv_ThreadStart): Remove obsolete comment.
    	Store handle of newly-created thread in _Jv_Thread_t.
    	* include/win32-threads.h: #define WIN32_LEAN_AND_MEAN
    	before including <windows.h>
    	#define _Jv_HaveCondDestroy
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87362 138bc75d-0d04-0410-961f-82ee72b054a4
    a0f68376
    History
    PR libgcj/14751
    membar authored
    	* win32-threads.cc (_Jv_ThreadInitData): Zero out thread
    	handle in newly-allocated _Jv_Thread_t.
    	(_Jv_ThreadDestroyData): Close thread handle.
    	(_Jv_ThreadStart): Remove obsolete comment.
    	Store handle of newly-created thread in _Jv_Thread_t.
    	* include/win32-threads.h: #define WIN32_LEAN_AND_MEAN
    	before including <windows.h>
    	#define _Jv_HaveCondDestroy
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87362 138bc75d-0d04-0410-961f-82ee72b054a4
win32-threads.cc 10.12 KiB