#include "SALOME_ParallelContainer_i.hxx"#include "SALOME_Component_i.hxx"#include "SALOME_FileRef_i.hxx"#include "SALOME_FileTransfer_i.hxx"#include "SALOME_NamingService.hxx"#include "OpUtil.hxx"#include "utilities.h"#include "Basics_Utils.hxx"#include <string.h>#include <stdio.h>#include <sys/time.h>#include <dlfcn.h>#include <unistd.h>#include <paco_omni.h>#include <Python.h>#include "Container_init_python.hxx"
Functions | |
| void | ActSigIntHandler () |
| void | SigIntHandler (int, siginfo_t *, void *) |
| void | SetCpuUsed () |
| C++ method: More... | |
| void | CallCancelThread () |
Variables | |
| bool | _Sleeping = false |
| void ActSigIntHandler | ( | ) |
| void CallCancelThread | ( | ) |
References Engines_Parallel_Component_i::CancelThread(), and Engines_Component_i::CancelThread().
Referenced by SigIntHandler().
| void SetCpuUsed | ( | ) |
C++ method:
References Engines_Parallel_Component_i::SetCurCpu(), and Engines_Component_i::SetCurCpu().
Referenced by SigIntHandler().
| void SigIntHandler | ( | int | what, |
| siginfo_t * | siginfo, | ||
| void * | toto | ||
| ) |
| bool _Sleeping = false |