Diff for /rpl/src/gestion_threads.c between versions 1.23 and 1.26

version 1.23, 2010/06/28 14:29:11 version 1.26, 2010/08/06 15:26:45
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.17    RPL/2 (R) version 4.0.18
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 1031  lancement_thread(void *argument) Line 1031  lancement_thread(void *argument)
   
     liberation(s_etat_processus, (*s_argument_thread).argument);      liberation(s_etat_processus, (*s_argument_thread).argument);
     liberation(s_etat_processus, (*s_etat_processus).at_exit);      liberation(s_etat_processus, (*s_etat_processus).at_exit);
       liberation(s_etat_processus, (*s_etat_processus).at_poke);
   
     for(i = 0; i < d_NOMBRE_INTERRUPTIONS; i++)      for(i = 0; i < d_NOMBRE_INTERRUPTIONS; i++)
     {      {
Line 1088  lancement_thread(void *argument) Line 1089  lancement_thread(void *argument)
   
     (*s_argument_thread).thread_actif = d_faux;      (*s_argument_thread).thread_actif = d_faux;
     pthread_exit(NULL);      pthread_exit(NULL);
       return(NULL);
 }  }
   
 // vim: ts=4  // vim: ts=4

Removed from v.1.23  
changed lines
  Added in v.1.26


CVSweb interface <joel.bertrand@systella.fr>