I am making c source file. And I have a question.
Is there a struct that manages process(or thread) creation time?
In this context, creation time is
FROM just before creation function is called UNTIL child process(or thread) executes first line
thank you.