This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]