I am currently investigate a question related to threads in the Linux OS. I know that processes are started by the scheduler in Linux Kernel, but what starts threads inside a process - Linux Kernel scheduler or another service in Linux Kernel?
Please help with this question.
Thanks