Diff for /rpl/src/instructions_s10.c between versions 1.44 and 1.45

version 1.44, 2011/09/14 17:55:59 version 1.45, 2011/09/15 17:51:43
Line 431  instruction_spawn(struct_processus *s_et Line 431  instruction_spawn(struct_processus *s_et
   
     while((*s_argument_thread).thread_actif == d_faux)      while((*s_argument_thread).thread_actif == d_faux)
     {      {
           scrutation_interruptions(s_etat_processus);
         nanosleep(&attente, NULL);          nanosleep(&attente, NULL);
         INCR_GRANULARITE(attente.tv_nsec);          INCR_GRANULARITE(attente.tv_nsec);
     }      }
Line 561  instruction_spawn(struct_processus *s_et Line 562  instruction_spawn(struct_processus *s_et
                 }                  }
             }              }
   
               scrutation_interruptions(s_etat_processus);
             l_element_courant = (*l_element_courant).suivant;              l_element_courant = (*l_element_courant).suivant;
         }          }
     } while(drapeau == d_vrai);      } while(drapeau == d_vrai);

Removed from v.1.44  
changed lines
  Added in v.1.45


CVSweb interface <joel.bertrand@systella.fr>