version 1.36, 2011/10/14 08:13:05
|
version 1.49, 2013/02/26 19:56:12
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.4 |
RPL/2 (R) version 4.1.12 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2013 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 40
|
Line 40
|
void * |
void * |
fusible(void *argument) |
fusible(void *argument) |
{ |
{ |
# ifndef OS2 |
|
|
|
real8 temps_cpu_precedent; |
real8 temps_cpu_precedent; |
real8 temps_cpu_courant; |
real8 temps_cpu_courant; |
|
|
Line 55 fusible(void *argument)
|
Line 53 fusible(void *argument)
|
|
|
struct timespec temporisation; |
struct timespec temporisation; |
|
|
|
sigset_t set; |
|
|
|
sigfillset(&set); |
|
pthread_sigmask(SIG_BLOCK, &set, NULL); |
|
|
s_etat_processus = argument; |
s_etat_processus = argument; |
|
|
if ((*s_etat_processus).debug == d_vrai) |
if ((*s_etat_processus).debug == d_vrai) |