An how should I safely start every thread with different lines read from my file? Because if I just do "printf("%s", line_buffer)" that works.