Search notes:

thread

In Linux, a thread is almost the same as a process with the major difference being that threads share the same memory virtual memory address space.

TODO

NPTL: Native POSIX Threads Library.

Index