I want to create a constructor for my thread class which can create a single thread and it should return when the thread starts running at the entry point
Entry point will be some class function which will be passed during run time. Derived class function cannot be changed and it wont update any shared variable which could be checked.
How can I make sure that the pthread I created starts executing at the entry point I specify