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