Can you design your app so that you start the other threads not before those special lines have been executed
What makes them special Do they modify some shared object If so you can lock that object on all threads that access it, so only one has access at a time.
--
SvenC