[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
linux threads
If I create two threads using pthread_create calls in linux does the kernel sees them as two schedulable entities ?? I can see two LWP with diff PIds.
Secondly lets say if I create a thread in process A create another thread in process B then can I control the scheduling between them.
Basically the kernel scheduler is thread aware or not??
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/