This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [TESTERS NEEDED] Enable hash synchronization on Sparc.


On Fri, 24 Oct 2003, David S. Miller wrote:
> 2003-10-24  David S. Miller  <davem@redhat.com>
>
> 	* configure.host: Enable hash synchronization on Sparc.

This isn't quite sufficient, because usleep isn't thread-safe on Solaris.

Perhaps _Jv_platform_usleep could use nanosleep when available, and fall
back on usleep?

Jeff


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