#include <iostream>#include <dlfcn.h>#include <stdio.h>#include "Basics_Utils.hxx"#include "SALOME_Component_i.hxx"#include "MPIContainer_i.hxx"#include "SALOME_NamingService.hxx"#include "Utils_SINGLETON.hxx"#include "OpUtil.hxx"#include "utilities.h"#include <time.h>#include <sys/time.h>#include <pthread.h>#include <Python.h>#include "Container_init_python.hxx"Functions | |
| void * | th_loadcomponentlibrary (void *s) |
| void * | th_createcomponentinstance (void *s) |
| void * | th_loadimpl (void *s) |
| void * | th_removeimpl (void *s) |
| void * | th_finalizeremoval (void *s) |
| void* th_createcomponentinstance | ( | void * | s | ) |
References thread_st::compoName, thread_st::ip, thread_st::studyId, and thread_st::tior.
Referenced by Engines_MPIContainer_i::create_component_instance_env().
| void* th_finalizeremoval | ( | void * | s | ) |
References thread_st::ip, and thread_st::tior.
Referenced by Engines_MPIContainer_i::finalize_removal().
| void* th_loadcomponentlibrary | ( | void * | s | ) |
References thread_st::compoName, thread_st::ip, and thread_st::tior.
Referenced by Engines_MPIContainer_i::load_component_Library().
| void* th_loadimpl | ( | void * | s | ) |
References thread_st::compoName, thread_st::ip, thread_st::nameToRegister, and thread_st::tior.
Referenced by Engines_MPIContainer_i::load_impl().
| void* th_removeimpl | ( | void * | s | ) |
References thread_st::cptr, thread_st::ip, and thread_st::tior.
Referenced by Engines_MPIContainer_i::remove_impl().