aboutsummaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
AgeCommit message (Expand)AuthorFilesLines
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