Diff for /rpl/src/instructions_s1.c between versions 1.18 and 1.19

version 1.18, 2010/08/13 21:00:37 version 1.19, 2010/08/26 17:49:34
Line 3679  instruction_syseval(struct_processus *s_ Line 3679  instruction_syseval(struct_processus *s_
   
         verrouillage_threads_concurrents(s_etat_processus);          verrouillage_threads_concurrents(s_etat_processus);
         pid = fork();          pid = fork();
   
 #       ifdef OS2  
         if (pid == 0)  
         {  
             sem_init(&semaphore_liste_threads, 0, 1);  
             sem_init(&semaphore_gestionnaires_signaux, 0, 0);  
             sem_init(&semaphore_gestionnaires_signaux_atomique, 0, 1);  
             sem_init(&((*s_etat_processus).semaphore_fork), 0, 0);  
         }  
 #       endif  
   
         deverrouillage_threads_concurrents(s_etat_processus);          deverrouillage_threads_concurrents(s_etat_processus);
   
         pthread_sigmask(SIG_SETMASK, &oldset, NULL);          pthread_sigmask(SIG_SETMASK, &oldset, NULL);

Removed from v.1.18  
changed lines
  Added in v.1.19


CVSweb interface <joel.bertrand@systella.fr>