aboutsummaryrefslogtreecommitdiff
path: root/libjava/win32-threads.cc
AgeCommit message (Expand)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+145
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz1-16/+0
2006-06-26posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz1-3/+3
2006-06-19posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz1-1/+18
2004-09-11re PR libgcj/14751 ([win32] thread creation leaks system handle resources)Mohan Embar1-2/+3
2003-10-31re PR libgcj/12647 ([win32] wait() does not release monitor correctly)Mohan Embar1-2/+19
2003-09-19win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar1-9/+78
2003-01-28re PR java/9254 (java::lang::Object::wait(), threads-win32.cc returns wrong r...Ranjit Mathew1-39/+62
2002-02-25win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of newAdam Megacz1-2/+2
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey1-1/+1
2002-02-05win32-threads.cc: #undef STRICT after gc.h inclusionAdam Megacz1-0/+2
2002-02-022002-02-01 Adam MegaczAdam Megacz1-31/+77
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-6/+19
2000-12-30For boehm-gc:Bryce McKinlay1-7/+10
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay1-3/+3
2000-03-15[multiple changes]Tom Tromey1-0/+247