summaryrefslogtreecommitdiff
path: root/libjava/win32-threads.cc
Commit message (Expand)AuthorAgeFilesLines
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-0/+145
* boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz2006-07-211-16/+0
* posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz2006-06-261-3/+3
* posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz2006-06-191-1/+18
* re PR libgcj/14751 ([win32] thread creation leaks system handle resources)Mohan Embar2004-09-111-2/+3
* re PR libgcj/12647 ([win32] wait() does not release monitor correctly)Mohan Embar2003-10-311-2/+19
* win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar2003-09-191-9/+78
* re PR java/9254 (java::lang::Object::wait(), threads-win32.cc returns wrong r...Ranjit Mathew2003-01-281-39/+62
* win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of newAdam Megacz2002-02-251-2/+2
* natThrowable.cc: Updated copyright.Tom Tromey2002-02-071-1/+1
* win32-threads.cc: #undef STRICT after gc.h inclusionAdam Megacz2002-02-051-0/+2
* 2002-02-01 Adam MegaczAdam Megacz2002-02-021-31/+77
* Implement invocation interface; don't create new thread for main.Per Bothner2001-05-211-6/+19
* For boehm-gc:Bryce McKinlay2000-12-301-7/+10
* Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay2000-03-281-3/+3
* [multiple changes]Tom Tromey2000-03-151-0/+247