예제 #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);
}