Richard Braun, le Tue 10 May 2011 12:41:24 +0200, a écrit : > Also, in your original post, you mentioned finding "kernel threads" in > addition to the main thread. You *can't* see kernel threads with gdb. > Kernel threads run in the kernel. What you saw are really user space > threads.
I guess he meant the kernel-provided threads which run the user threads, which are also often called "kernel thread" (as in "scheduled by the kernel" vs "purely userland"). Samuel