28 ompi_osc_rdma_windx_to_module(uint32_t windx)
39 if (OMPI_SUCCESS != ret) {
40 opal_output(0,
"Could not translate windx %d to a local MPI_Win instance",
Definition: osc_rdma.h:111
#define OPAL_THREAD_LOCK(mutex)
Lock a mutex if opal_using_threads() says that multiple threads may be active in the process...
Definition: mutex.h:223
#define OPAL_THREAD_UNLOCK(mutex)
Unlock a mutex if opal_using_threads() says that multiple threads may be active in the process...
Definition: mutex.h:309
OPAL_DECLSPEC void opal_output(int output_id, const char *format,...) __opal_attribute_format__(__printf__
Main function to send output to a stream.
opal_hash_table_t c_modules
List of ompi_osc_rdma_module_ts currently in existance.
Definition: osc_rdma.h:55
opal_mutex_t c_lock
lock access to datastructures in the component structure
Definition: osc_rdma.h:50
OPAL_DECLSPEC int opal_hash_table_get_value_uint32(opal_hash_table_t *table, uint32_t key, void **ptr)
Retrieve value via uint32_t key.
Definition: opal_hash_table.c:128