Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22d6de1ab76cf5f

Jump to content

GNU Portable Threads

From Wikipedia, the free encyclopedia
GNU Portable Threads
Original authorRalf S. Engelschall
ReleaseJuly 16, 1999; 27 years ago (1999-07-16)
Stable release
2.0.7 / June 8, 2006; 20 years ago (2006-06-08)
Operating systemPOSIX
TypeRuntime library
LicenseLGPL
Websitewww.gnu.org/software/pth/ Edit this on Wikidata

GNU Pth (Portable Threads) is a POSIX/ANSI-C based user space thread library for UNIX platforms that provides priority-based scheduling for multithreading applications. GNU Pth targets for a high degree of portability. It is part of the GNU Project.[1]

Pth also provides API emulation for POSIX threads for backward compatibility.

GNU Pth uses an N:1 mapping to kernel-space threads, i.e., the scheduling is done completely by the GNU Pth library and the kernel itself is not aware of the N threads in user-space. Because of this there is no possibility to utilize SMP as kernel dispatching would be necessary.

See also

[edit]

References

[edit]
  1. "GNU". Retrieved 25 June 2012.
[edit]