コード例 #1
0
ファイル: testam.c プロジェクト: bradcray/chapel
void ping_medhandler_flood(gasnet_token_t token, void *buf, size_t nbytes) {
  ReplyMedium0(token, hidx_pong_medhandler_flood, buf, nbytes);
}
コード例 #2
0
ファイル: testam.c プロジェクト: chapel-lang/chapel
void ping_medhandler_flood(gex_Token_t token, void *buf, size_t nbytes) {
  ReplyMedium0(token, hidx_pong_medhandler_flood, buf, nbytes, GEX_EVENT_NOW, 0);
}