[gcj-eclipse-merge-branch] make park/unpark stuff build on win32

Adam Megacz adam@megacz.com
Tue Dec 5 10:50:00 GMT 2006


Andrew Haley <aph@redhat.com> writes:
> No.  This removes the creation/destruction of park_mutex and park_cond.

Ah, sorry, I had mistaken the initialization of wait_{mutex,cond} for
park_{mutex,cond} in posix-thread.cc.

>   pthread_mutex_init (&nt->park_mutex, NULL);
>
> be replaced by something like
>
>   _Jv_MutexInit (&nt->park_mutex);

Yes; I will post a new patch.

  - a

-- 
PGP/GPG: 5C9F F366 C9CF 2145 E770  B1B8 EFB1 462D A146 C380



More information about the Java-patches mailing list