Content deleted Content added
→Design: Cleanup threading models with citation Tags: Mobile edit Mobile web edit Advanced mobile edit |
→Design: Ce passive voice Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 16:
NPTL uses a similar approach to LinuxThreads, in that the primary abstraction known by the kernel is still a process, and new threads are created with the clone() [[system call]] (called from the NPTL library). However, NPTL requires specialized kernel support to implement (for example) the contended case of synchronisation primitives which might require threads to sleep and wake again. The primitive used for this is known as a [[futex]].
NPTL is a
==See also==
|