Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

5.4 Final Notes

LinuxThreads are created with the clone() system call, and the kernel does thread scheduling.

LinuxThreads aren't really threads but are separate processes, each sharing its address space with the others using the clone() system function. This has a number of implications:

For more information on LinuxThreads, please consult the documentation in your Linux distribution together with the LinuxThread website at



Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.