Misplaced Pages

GNU Portable Threads

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
#77922

17-470: 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 . Pth also provides API emulation for POSIX threads for backward compatibility. GNU Pth uses an N:1 mapping to kernel-space threads , i.e.,

34-625: A common-denominator system. The POSIX specifications for Unix-like operating systems originally consisted of a single document for the core programming interface , but eventually grew to 19 separate documents (POSIX.1, POSIX.2, etc.). The standardized user command line and scripting interface were based on the UNIX System V shell. Many user-level programs, services, and utilities (including awk , echo , ed ) were also standardized, along with required program-level services (including basic I/O : file , terminal , and network ). POSIX also defines

51-446: A minor update of POSIX.1-2001. It incorporated two minor updates or errata referred to as Technical Corrigenda (TCs). Its contents are available on the web. Base Specifications, Issue 7 (or IEEE Std 1003.1-2008 , 2016 Edition). This standard consists of: IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008) - IEEE Standard for Information Technology—Portable Operating System Interface (POSIX(R)) Base Specifications, Issue 7

68-411: A production error (i.e., an error introduced during the publishing process) and a corrigendum for an author's error. It is usually bound into the back of a book, but for a single error a slip of paper detailing a corrigendum may be bound in before or after the page on which the error appears. An erratum may also be issued shortly after its original text is published. Corrigendum is the gerundive form of

85-557: A standard threading library API which is supported by most modern operating systems. In 2008, most parts of POSIX were combined into a single standard (IEEE Std 1003.1-2008 , also known as POSIX.1-2008). As of 2014 , POSIX documentation is divided into two parts: The development of the POSIX standard takes place in the Austin Group (a joint working group among the IEEE, The Open Group , and

102-462: Is also a trademark of the IEEE. POSIX is intended to be used by both application and system developers. Originally, the name "POSIX" referred to IEEE Std 1003.1-1988, released in 1988. The family of POSIX standards is formally designated as IEEE 1003 and the ISO/IEC standard number is ISO / IEC 9945. The standards emerged from a project that began in 1984 building on work from related activity in

119-441: Is available from either The Open Group or IEEE. It is technically identical to POSIX.1-2008 with Technical Corrigenda 1 and 2 applied. Its contents are available on the web. IEEE Std 1003.1-2024 - IEEE Standard for Information Technology—Portable Operating System Interface (POSIX(R)) Base Specifications, Issue 8 was published on 14 June 2024. Its contents are available on the web. POSIX mandates 512-byte default block sizes for

136-402: The /usr/group association. Richard Stallman suggested the name POSIX to the IEEE instead of the former IEEE-IX . The committee found it more easily pronounceable and memorable, and thus adopted it. Unix was selected as the basis for a standard system interface partly because it was "manufacturer-neutral". However, several major versions of Unix existed—so there was a need to develop

153-640: The ISO/IEC JTC 1/SC 22 /WG 15). Before 1997, POSIX comprised several standards: After 1997, the Austin Group developed the POSIX revisions. The specifications are known under the name Single UNIX Specification , before they become a POSIX standard when formally approved by the ISO. POSIX.1-2001 (or IEEE Std 1003.1-2001) equates to the Single UNIX Specification, version 3 minus X/Open Curses . This standard consisted of: IEEE Std 1003.1-2004 involved

170-463: The df and du utilities, reflecting the typical size of blocks on disks. When Richard Stallman and the GNU team were implementing POSIX for the GNU operating system , they objected to this on the grounds that most people think in terms of 1024 byte (or 1 KiB ) blocks. The environment variable POSIX_ME_HARDER was introduced to allow the user to force the standards-compliant behaviour. The variable name

187-504: The Latin compound verb corrigo -rexi -rectum (from the verb rego , "to make straight, rule", plus the preposition cum , "with"), "to correct", and thus signifies "(those things) which must be corrected" and in its single form Corrigendum it means "(that thing) which must be corrected". According to the Chicago Manual of Style , "Errata, lists of errors and their corrections, may take

SECTION 10

#1732945381078

204-696: The automated conformance tests and their certification has not expired and the operating system has not been discontinued. Some versions of the following operating systems had been certified to conform to one or more of the various POSIX standards. This means that they passed the automated conformance tests. The certification has expired and some of the operating systems have been discontinued. The following are not certified as POSIX compliant yet comply in large part: Mostly POSIX compliant environments for OS/2 : Partially POSIX compliant environments for DOS include: The following are not officially certified as POSIX compatible, but they conform in large part to

221-477: The form of loose, inserted sheets or bound-in pages. An errata sheet is definitely not a usual part of a book. It should never be supplied to correct simple typographical errors (which may be rectified in a later printing) or to insert additions to, or revisions of, the printed text (which should wait for the next edition of the book). It is a device to be used only in extreme cases where errors severe enough to cause misunderstanding are detected too late to correct in

238-511: The normal way but before the finished book is distributed. Then the errors may be listed with their locations and their corrections on a sheet that is tipped in , either before or after the book is bound, or laid in loose, usually inside the front cover of the book. (Tipping and inserting must be done by hand, thus adding considerably to the cost of the book.)" Design errors and mistakes in a microprocessor 's hardwired logic may also be documented and described as errata. One well-publicized example

255-795: 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. POSIX The Portable Operating System Interface ( POSIX ; IPA : / ˈ p ɒ z . ɪ k s / ) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems . POSIX defines application programming interfaces (APIs), along with command line shells and utility interfaces, for software compatibility (portability) with variants of Unix and other operating systems. POSIX

272-413: The standards by implementing POSIX support via some sort of compatibility feature (usually translation libraries, or a layer atop the kernel). Without these features, they are usually non-compliant. Erratum An erratum or corrigendum ( pl. : errata , corrigenda ) (comes from Latin : errata corrige ) is a correction of a published text. As a general rule, publishers issue an erratum for

289-407: Was later changed to POSIXLY_CORRECT . This variable is now also used for a number of other behaviour quirks. Depending upon the degree of compliance with the standards, one can classify operating systems as fully or partly POSIX compatible. Current versions of the following operating systems have been certified to conform to one or more of the various POSIX standards. This means that they passed

#77922