aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/posix-threads.h
AgeCommit message (Expand)AuthorFilesLines
2006-06-26posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz1-3/+3
2006-06-21win32-threads.h (_Jv_ThreadDesc_t): New typedef.Bryce McKinlay1-1/+9
2006-06-19posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz1-1/+15
2004-10-11posix-threads.h <__alpha__> (_Jv_ThreadId_t): Use void*.Richard Henderson1-13/+2
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn1-6/+3
2003-06-05posix-threads.h: Include <machine/pal.h> on OSF.Bert Deknuydt1-1/+3
2002-03-27* include/posix-threads.h [alpha] (_Jv_ThreadSelf): Avoid a copy.Richard Henderson1-2/+2
2002-03-26* include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.Loren J. Rittle1-0/+5
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-9/+3
2001-07-23configure.host: Enable hash synchronization for alpha*-*.Jeff Sturm1-0/+18
2001-05-24[multiple changes]Tom Tromey1-4/+159
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-0/+3
2001-05-18posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'Alexandre Petit-Bianco1-2/+2
2000-12-30For boehm-gc:Bryce McKinlay1-1/+2
2000-04-09posix-threads.h (_Jv_MutexUnlock): Replace _JV_NOT_OWNER.Anthony Green1-1/+1
2000-04-09posix-threads.cc (_Jv_MutexLock): Moved back to posix-threads.h.Anthony Green1-2/+32
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay1-166/+51
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-09re GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.)Tom Tromey1-2/+17
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1-12/+0
1999-09-21posix-threads.h (_Jv_MutexDestroy): Use _Jv_PthreadGetMutex.Tom Tromey1-3/+3
1999-09-08posix-threads.h (_Jv_PthreadCheckMonitor): Reverted previous change and imple...Tom Tromey1-1/+3
1999-09-08posix-threads.h (_Jv_PthreadCheckMonitor): Changed test in __m_count case.Tom Tromey1-1/+1
1999-09-08posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.Tom Tromey1-0/+7
1999-09-02posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.Tom Tromey1-9/+11
1999-09-01posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.Tom Tromey1-17/+66
1999-09-01posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey1-6/+23
1999-04-07Initial revisionTom Tromey1-0/+210