コード例 #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);
}