This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcj-eclipse-merge-branch] make park/unpark stuff build on win32
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