NUM_PINGS          40 test/benchmark-async-pummel.c   if (++callbacks == NUM_PINGS) {
NUM_PINGS          50 test/benchmark-async.c   if (ctx->worker_sent >= NUM_PINGS)
NUM_PINGS          62 test/benchmark-async.c   if (ctx->main_sent >= NUM_PINGS)
NUM_PINGS         104 test/benchmark-async.c     ASSERT(ctx->worker_sent == NUM_PINGS);
NUM_PINGS         105 test/benchmark-async.c     ASSERT(ctx->worker_seen == NUM_PINGS);
NUM_PINGS         106 test/benchmark-async.c     ASSERT(ctx->main_sent == (unsigned int) NUM_PINGS);
NUM_PINGS         107 test/benchmark-async.c     ASSERT(ctx->main_seen == (unsigned int) NUM_PINGS);
NUM_PINGS         113 test/benchmark-async.c          fmt(NUM_PINGS / (time / 1e9)));
NUM_PINGS          59 test/test-ping-pong.c   ASSERT(NUM_PINGS == pinger->pongs);
NUM_PINGS         116 test/test-ping-pong.c     if (pinger->pongs < NUM_PINGS) {