Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
bootstrap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bootstrap_handle
 

Macros

#define BOOTSTRAP_ERROR_INTERNAL   -1
 

Typedefs

typedef struct bootstrap_handle bootstrap_handle_t
 

Enumerations

enum  reduction_op { REDUCTION_SUM = 0x0 , REDUCTION_LAST , REDUCTION_MAX = 0xFFFFFFFF }
 

Functions

 __attribute__ ((visibility("default"))) int realm_ucp_bootstrap_plugin_init(void *arg
 

Variables

bootstrap_handle_thandle
 

Macro Definition Documentation

◆ BOOTSTRAP_ERROR_INTERNAL

#define BOOTSTRAP_ERROR_INTERNAL   -1

Typedef Documentation

◆ bootstrap_handle_t

Enumeration Type Documentation

◆ reduction_op

Enumerator
REDUCTION_SUM 
REDUCTION_LAST 
REDUCTION_MAX 

Function Documentation

◆ __attribute__()

__attribute__ ( (visibility("default"))  )

Variable Documentation

◆ handle