index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libjava
/
posix-threads.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-26
posix-threads.cc (ParkHelper::unpark): Do not initialise result, but assign i...
Ben Elliston
1
-1
/
+2
2009-11-17
posix-threads.cc (park): Rewrite code to handle time.
Andrew Haley
1
-34
/
+56
2007-05-12
re PR libgcj/29324 (add wait handling hook)
David Daney
1
-5
/
+17
2007-01-09
Merged gcj-eclipse branch to trunk.
Tom Tromey
1
-0
/
+159
2006-09-14
* posix-threads.cc: Include "posix.h".
Andreas Schwab
1
-0
/
+2
2006-09-14
posix.cc (_Jv_platform_nanotime): Return nanoseconds, not microseconds; use g...
Geoffrey Keating
1
-14
/
+25
2006-07-21
boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...
Keith Seitz
1
-16
/
+0
2006-06-26
posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.
Keith Seitz
1
-3
/
+3
2006-06-19
posix-threads.h (_Jv_ThreadDebugSuspend): Declare.
Keith Seitz
1
-1
/
+17
2006-01-04
posix-threads.cc (_Jv_InitThreads): #ifdef PTHREAD_STACK_MIN
Krister Walfridsson
1
-0
/
+2
2005-11-25
re PR libgcj/25016 (Integer overflow in _Jv_CondWait)
Andrew Haley
1
-5
/
+24
2005-11-17
Implement -Xss.
Bryce McKinlay
1
-0
/
+21
2005-07-08
posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular...
Andrew Haley
1
-1
/
+1
2005-02-16
prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.
David Daney
1
-11
/
+15
2004-08-12
re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())
David Daney
1
-1
/
+19
2003-10-21
posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...
Jerry Quinn
1
-2
/
+2
2003-03-02
posix-threads.cc: Include <unistd.h> if HAVE_UNISTD_H is defined.
Jason Thorpe
1
-0
/
+5
2002-03-21
posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier, not release...
Bryce McKinlay
1
-1
/
+2
2002-03-10
Hashtable synchronization for PowerPC.
Bryce McKinlay
1
-5
/
+3
2001-10-31
HACKING, [...]: Fix spelling errors.
Joseph Myers
1
-1
/
+1
2001-10-24
configure.in (case $THREADS): Add *-*-freebsd* configuration.
Loren J. Rittle
1
-1
/
+2
2001-09-21
posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi...
Bryce McKinlay
1
-1
/
+1
2001-05-24
[multiple changes]
Tom Tromey
1
-3
/
+39
2001-05-21
Implement invocation interface; don't create new thread for main.
Per Bothner
1
-7
/
+20
2001-05-21
configure.in: Update boehm-gc include dir for new GC version.
Bryce McKinlay
1
-5
/
+0
2001-04-28
prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.
Zack Weinberg
1
-2
/
+2
2001-03-25
exception.cc (java_eh_info): Make value type jthrowable.
Richard Henderson
1
-1
/
+1
2000-12-30
For boehm-gc:
Bryce McKinlay
1
-17
/
+17
2000-09-30
posix-threads.cc (_Jv_CondWait): Check to see if we are interrupted before mo...
Tom Tromey
1
-12
/
+12
2000-09-07
Makefile.am (Thread.h): Don't be friends with native threads functions.
Bryce McKinlay
1
-2
/
+2
2000-04-09
posix-threads.cc (_Jv_MutexLock): Moved back to posix-threads.h.
Anthony Green
1
-33
/
+0
2000-03-28
Makefile.in: New #defines and friends for Thread.h.
Bryce McKinlay
1
-167
/
+207
2000-03-07
All files: Updated copyright information.
Tom Tromey
1
-1
/
+1
2000-01-19
* All files: Updated copyright to reflect Cygnus purchase.
Tom Tromey
1
-1
/
+1
1999-12-24
natObject.cc (notify): Throw message with IllegalMonitorStateException.
Bryce McKinlay
1
-55
/
+71
1999-11-30
re GNATS libgcj/98 (pthread_mutex_init in libjava/posix-threads.cc)
Tom Tromey
1
-1
/
+4
1999-11-04
quick-threads.h (_Jv_ThreadCancel): Removed.
Tom Tromey
1
-23
/
+0
1999-11-03
posix-threads.cc: Don't include boehm-config.h.
Bryce McKinlay
1
-0
/
+1
1999-11-03
posix-threads.cc: Don't include boehm-config.h.
Bryce McKinlay
1
-1
/
+0
1999-09-10
configure: Rebuilt.
Tom Tromey
1
-1
/
+1
1999-09-08
posix-threads.cc (_Jv_CondWait): pthread_ calls return error code and don't s...
Tom Tromey
1
-3
/
+3
1999-09-08
posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.
Tom Tromey
1
-9
/
+55
1999-09-01
posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.
Tom Tromey
1
-6
/
+1
1999-09-01
posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.
Tom Tromey
1
-0
/
+5
1999-08-25
* posix-threads.cc: Include <errno.h>.
Bryce McKinlay
1
-0
/
+1
1999-08-24
boehm.cc: Undefine TRUE and FALSE.
Tom Tromey
1
-1
/
+1
1999-08-22
re GNATS libgcj/40 (wait(timeout) wrongly throws IllegalMonitorState exception)
Tom Tromey
1
-0
/
+3
1999-06-14
* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.
Bryce McKinlay
1
-6
/
+5
1999-04-07
Initial revision
Tom Tromey
1
-0
/
+360