aboutsummaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
AgeCommit message (Expand)AuthorFilesLines
2009-11-26posix-threads.cc (ParkHelper::unpark): Do not initialise result, but assign i...Ben Elliston1-1/+2
2009-11-17posix-threads.cc (park): Rewrite code to handle time.Andrew Haley1-34/+56
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney1-5/+17
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+159
2006-09-14* posix-threads.cc: Include "posix.h".Andreas Schwab1-0/+2
2006-09-14posix.cc (_Jv_platform_nanotime): Return nanoseconds, not microseconds; use g...Geoffrey Keating1-14/+25
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/+17
2006-01-04posix-threads.cc (_Jv_InitThreads): #ifdef PTHREAD_STACK_MINKrister Walfridsson1-0/+2
2005-11-25re PR libgcj/25016 (Integer overflow in _Jv_CondWait)Andrew Haley1-5/+24
2005-11-17Implement -Xss.Bryce McKinlay1-0/+21
2005-07-08posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular...Andrew Haley1-1/+1
2005-02-16prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.David Daney1-11/+15
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney1-1/+19
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn1-2/+2
2003-03-02posix-threads.cc: Include <unistd.h> if HAVE_UNISTD_H is defined.Jason Thorpe1-0/+5
2002-03-21posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier, not release...Bryce McKinlay1-1/+2
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-5/+3
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-24configure.in (case $THREADS): Add *-*-freebsd* configuration.Loren J. Rittle1-1/+2
2001-09-21posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi...Bryce McKinlay1-1/+1
2001-05-24[multiple changes]Tom Tromey1-3/+39
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-7/+20
2001-05-21configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay1-5/+0
2001-04-28prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg1-2/+2
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-1/+1
2000-12-30For boehm-gc:Bryce McKinlay1-17/+17
2000-09-30posix-threads.cc (_Jv_CondWait): Check to see if we are interrupted before mo...Tom Tromey1-12/+12
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay1-2/+2
2000-04-09posix-threads.cc (_Jv_MutexLock): Moved back to posix-threads.h.Anthony Green1-33/+0
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay1-167/+207
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-12-24natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay1-55/+71
1999-11-30re GNATS libgcj/98 (pthread_mutex_init in libjava/posix-threads.cc)Tom Tromey1-1/+4
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1-23/+0
1999-11-03posix-threads.cc: Don't include boehm-config.h.Bryce McKinlay1-0/+1
1999-11-03posix-threads.cc: Don't include boehm-config.h.Bryce McKinlay1-1/+0
1999-09-10configure: Rebuilt.Tom Tromey1-1/+1
1999-09-08posix-threads.cc (_Jv_CondWait): pthread_ calls return error code and don't s...Tom Tromey1-3/+3
1999-09-08posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.Tom Tromey1-9/+55
1999-09-01posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.Tom Tromey1-6/+1
1999-09-01posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey1-0/+5
1999-08-25* posix-threads.cc: Include <errno.h>.Bryce McKinlay1-0/+1
1999-08-24boehm.cc: Undefine TRUE and FALSE.Tom Tromey1-1/+1
1999-08-22re GNATS libgcj/40 (wait(timeout) wrongly throws IllegalMonitorState exception)Tom Tromey1-0/+3
1999-06-14* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.Bryce McKinlay1-6/+5
1999-04-07Initial revisionTom Tromey1-0/+360