Cray CX1000 Guía de usuario Pagina 160

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 169
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 159
Cray XMT Programming Environment Users Guide
H.5 LUC Callback Functions
The LucEndpoint class uses the following callback functions:
LUC_RPC_Function_InOut
LUC_Mem_Avail_Completion
LUC_Completion_Handler
H.5.1 LUC_RPC_Function_InOut
The LUC runtime calls LUC_RPC_Function_InOut callback when a remote
client makes a request.
The application must call the registerRemoteCall method to register
LUC_RPC_Function_InOut callback functions.
The application should return LUC_ERR_OK when successful. The application
should not return or redefine any other predefined return codes.
Syntax
typedef luc_error_t (*LUC_RPC_Function_InOut)(void *inData,
uint64_t inDataLen,
void ** outData,
uint64_t *outDataLen,
void ** completionArg,
LUC_Mem_Avail_Completion *completionFctn,
luc_endpoint_id_t callerEndpoint);
160 S247920
Vista de pagina 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 168 169

Comentarios a estos manuales

Sin comentarios