TM_RETRIES
for (i = 0; i < TM_RETRIES; i++) {
printf("Exceeded limit of %d temporary transaction failures.\n", TM_RETRIES);
return i == TM_RETRIES;