Subject: Re: build aborts in regress/lib/libpthread/sem
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Marcus Comstedt <marcus@mc.pp.se>
List: port-dreamcast
Date: 02/20/2003 20:50:13
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:

> Umm, but it doesn't work across other loops:
> ---
> {
>  G2_LOCK;
>  for(;;) {
>    :
>   G2_UNLOCK;
>    :
>   G2_LOCK;

>    :
>  }
>  G2_UNLOCK;
> }

Nope.  Do we have such loops?  Why?


  // Marcus