diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-01 21:03:18 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-01 21:03:18 +0000 |
| commit | a9238c8993e02e735b35fe39bf6710f24ee23b03 (patch) | |
| tree | 03902269d263d5fdbf51b709ce65fe57c0a73bb6 /libjava/ChangeLog | |
| parent | 40711cc2bcba0e9473cdd269b6c67a45f1ede13e (diff) | |
| download | ppe42-gcc-a9238c8993e02e735b35fe39bf6710f24ee23b03.tar.gz ppe42-gcc-a9238c8993e02e735b35fe39bf6710f24ee23b03.zip | |
* posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.
* include/posix-threads.h (_Jv_Mutex_t): Define as structure,
except on Linux.
(_Jv_PthreadGetMutex): New function.
(_Jv_PthreadCheckMonitor): Use it.
(_Jv_MutexInit): Likewise. ALso, initialize `count'.
(_Jv_MutexLock): Update `count'.
(_Jv_MutexUnlock): Likewise.
(_Jv_PthreadCheckMonitor): Use Linux-specific knowledge when
appropriate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 958a838ace2..c2f8b0ae63f 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,16 @@ +1999-09-01 Tom Tromey <tromey@cygnus.com> + + * posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex. + * include/posix-threads.h (_Jv_Mutex_t): Define as structure, + except on Linux. + (_Jv_PthreadGetMutex): New function. + (_Jv_PthreadCheckMonitor): Use it. + (_Jv_MutexInit): Likewise. ALso, initialize `count'. + (_Jv_MutexLock): Update `count'. + (_Jv_MutexUnlock): Likewise. + (_Jv_PthreadCheckMonitor): Use Linux-specific knowledge when + appropriate. + 1999-09-01 Kresten Krab Thorup <krab@gnu.org> * Makefile.am (.java.lo): Add rule. |

