#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SALOME_MPIContainer)>
#include "SALOME_Container_i.hxx"
#include "MPIObject_i.hxx"
Go to the source code of this file.
Data Structures | |
struct | thread_st |
class | Engines_MPIContainer_i |
Functions | |
void * | th_loadcomponentlibrary (void *st) |
void * | th_createcomponentinstance (void *st) |
void * | th_loadimpl (void *st) |
void * | th_removeimpl (void *st) |
void * | th_finalizeremoval (void *st) |
void* th_createcomponentinstance | ( | void * | st | ) |
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 * | st | ) |
References thread_st::ip, and thread_st::tior.
Referenced by Engines_MPIContainer_i::finalize_removal().
void* th_loadcomponentlibrary | ( | void * | st | ) |
References thread_st::compoName, thread_st::ip, and thread_st::tior.
Referenced by Engines_MPIContainer_i::load_component_Library().
void* th_loadimpl | ( | void * | st | ) |
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 * | st | ) |
References thread_st::cptr, thread_st::ip, and thread_st::tior.
Referenced by Engines_MPIContainer_i::remove_impl().