I\'ve a question regarding pthread implementation on Linux.
Suppose a process has 5 threads. Now how does the scheduler sees these threads (or doesnt see at all). e.
Linux schedules every thread as if it is a Process with scope as PTHREAD_SCOPE_SYSTEM. The nptl implementation can utilize multiple CPUs.