Help for this page

Select Code to Download


  1. or download this
            cond_wait ($baton) until $baton == $id;
    
  2. or download this
            for (;;) {
               cond_wait ($baton);
    ...
               # This isn't the right sprinter, so try another.
               cond_signal ($baton);
            }