I have experience using threads and processes on Windows.
Can someone explain if it is possible to display threads and processes on Windows in Linux?
Does that mean threads in windows == themes in linux? → Does it make sense? Process on Windows == Process on Linus? → Does it make sense?
If so, I have CreateThread () and CreateProcess () calls on Windows, what are the equivalent calls on Linux?
I read a few posts in SO, but most of them did not clear my doubts. So thought to start a new recording.
It would be nice if I get some explanation with some simple examples (C programming).
source
share