예제 #1
0
파일: testam.c 프로젝트: bradcray/chapel
/* ------------------------------------------------------------------------------------ */
void ping_shorthandler_flood(gasnet_token_t token) {
  GASNET_Safe(gasnet_AMReplyShort0(token, hidx_pong_shorthandler_flood));
}
예제 #2
0
파일: testmisc.c 프로젝트: Improbus/CPEG614
void justreply_shorthandler(gasnet_token_t token) {
    gasnet_AMReplyShort0(token, hidx_null_shorthandler);
}