I\'m trying to not start all of my threads at the same time, so the first time i loop through my for-loop, i want them to sleep. Weirdly, they go through (i == 0) twice. What do