version 1.43, 2012/01/17 14:44:11
|
version 1.48, 2012/07/03 13:56:32
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.6 |
RPL/2 (R) version 4.1.9 |
Copyright (C) 1989-2012 Dr. BERTRAND Joël |
Copyright (C) 1989-2012 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 375 instruction_send(struct_processus *s_eta
|
Line 375 instruction_send(struct_processus *s_eta
|
} |
} |
} |
} |
|
|
tid = -3; |
tid = (pthread_t) -3; |
|
|
attente.tv_sec = 0; |
attente.tv_sec = 0; |
attente.tv_nsec = GRANULARITE_us * 1000; |
attente.tv_nsec = GRANULARITE_us * 1000; |
Line 627 instruction_send(struct_processus *s_eta
|
Line 627 instruction_send(struct_processus *s_eta
|
} |
} |
else |
else |
{ |
{ |
tid = -1; |
tid = (pthread_t) -1; |
|
|
attente.tv_sec = 0; |
attente.tv_sec = 0; |
attente.tv_nsec = GRANULARITE_us * 1000; |
attente.tv_nsec = GRANULARITE_us * 1000; |
Line 885 instruction_sqlquery(struct_processus *s
|
Line 885 instruction_sqlquery(struct_processus *s
|
return; |
return; |
} |
} |
|
|
|
if ((*s_etat_processus).erreur_execution == |
|
d_ex_instruction_indisponible) |
|
{ |
|
liberation(s_etat_processus, s_objet_1); |
|
liberation(s_etat_processus, s_objet_2); |
|
liberation(s_etat_processus, s_copie_1); |
|
|
|
return; |
|
} |
|
|
liberation(s_etat_processus, s_copie_1); |
liberation(s_etat_processus, s_copie_1); |
} |
} |
else |
else |