summaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
Commit message (Expand)AuthorAgeFilesLines
* posix-threads.cc (_Jv_InitThreads): #ifdef PTHREAD_STACK_MINKrister Walfridsson2006-01-041-0/+2
* re PR libgcj/25016 (Integer overflow in _Jv_CondWait)Andrew Haley2005-11-251-5/+24
* Implement -Xss.Bryce McKinlay2005-11-171-0/+21
* posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular...Andrew Haley2005-07-081-1/+1
* prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.David Daney2005-02-161-11/+15
* re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney2004-08-121-1/+19
* posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn2003-10-211-2/+2
* posix-threads.cc: Include <unistd.h> if HAVE_UNISTD_H is defined.Jason Thorpe2003-03-021-0/+5
* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier, not release...Bryce McKinlay2002-03-211-1/+2
* Hashtable synchronization for PowerPC.Bryce McKinlay2002-03-101-5/+3
* HACKING, [...]: Fix spelling errors.Joseph Myers2001-10-311-1/+1
* configure.in (case $THREADS): Add *-*-freebsd* configuration.Loren J. Rittle2001-10-241-1/+2
* posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi...Bryce McKinlay2001-09-211-1/+1
* [multiple changes]Tom Tromey2001-05-241-3/+39
* Implement invocation interface; don't create new thread for main.Per Bothner2001-05-211-7/+20
* configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay2001-05-211-5/+0
* prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg2001-04-281-2/+2
* exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2001-03-251-1/+1
* For boehm-gc:Bryce McKinlay2000-12-301-17/+17
* posix-threads.cc (_Jv_CondWait): Check to see if we are interrupted before mo...Tom Tromey2000-09-301-12/+12
* Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay2000-09-071-2/+2
* posix-threads.cc (_Jv_MutexLock): Moved back to posix-threads.h.Anthony Green2000-04-091-33/+0
* Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay2000-03-281-167/+207
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
* natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay1999-12-241-55/+71
* re GNATS libgcj/98 (pthread_mutex_init in libjava/posix-threads.cc)Tom Tromey1999-11-301-1/+4
* quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1999-11-041-23/+0
* posix-threads.cc: Don't include boehm-config.h.Bryce McKinlay1999-11-031-0/+1
* posix-threads.cc: Don't include boehm-config.h.Bryce McKinlay1999-11-031-1/+0
* configure: Rebuilt.Tom Tromey1999-09-101-1/+1
* posix-threads.cc (_Jv_CondWait): pthread_ calls return error code and don't s...Tom Tromey1999-09-081-3/+3
* posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.Tom Tromey1999-09-081-9/+55
* posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.Tom Tromey1999-09-011-6/+1
* posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey1999-09-011-0/+5
* * posix-threads.cc: Include <errno.h>.Bryce McKinlay1999-08-251-0/+1
* boehm.cc: Undefine TRUE and FALSE.Tom Tromey1999-08-241-1/+1
* re GNATS libgcj/40 (wait(timeout) wrongly throws IllegalMonitorState exception)Tom Tromey1999-08-221-0/+3
* * posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.Bryce McKinlay1999-06-141-6/+5
* Initial revisionTom Tromey1999-04-071-0/+360