fTerminationCount
int32 fTerminationCount;
atomic_add(&fTerminationCount, 1);
if (atomic_add(&fTerminationCount, 1) == 0 && fRequestHandler) {