Go to the source code of this file.
Data Structures | |
struct | KERNEL_PYTHON |
Macros | |
#define | Py_ACQUIRE_NEW_THREAD PyGILState_STATE gil_state = PyGILState_Ensure(); |
#define | Py_RELEASE_NEW_THREAD PyGILState_Release(gil_state); |
#define Py_ACQUIRE_NEW_THREAD PyGILState_STATE gil_state = PyGILState_Ensure(); |
Referenced by Container_proxy_impl_final::Container_proxy_impl_final(), Engines_Parallel_Container_i::createPythonInstance(), Engines_Parallel_Container_i::Engines_Parallel_Container_i(), Engines_MPIContainer_i::Lcreate_component_instance(), Engines_MPIContainer_i::Lload_component_Library(), Container_proxy_impl_final::load_component_Library(), and Engines_Parallel_Container_i::load_component_Library().
#define Py_RELEASE_NEW_THREAD PyGILState_Release(gil_state); |
Referenced by Container_proxy_impl_final::Container_proxy_impl_final(), Engines_Parallel_Container_i::createPythonInstance(), Engines_Parallel_Container_i::Engines_Parallel_Container_i(), Engines_MPIContainer_i::Lcreate_component_instance(), Engines_MPIContainer_i::Lload_component_Library(), Container_proxy_impl_final::load_component_Library(), and Engines_Parallel_Container_i::load_component_Library().