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