๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Programming with POSIX Threads

โœ Scribed by David R. Butenhof


Publisher
Addison-Wesley Professional
Year
1997
Tongue
English
Leaves
401
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Subjects


Unix;AIX;Administration;DNS & Bind;Shell;Operating Systems;Computers & Technology;Device Drivers;APIs & Operating Environments;Programming;Computers & Technology;Software;Accounting;Adobe;Databases;Design & Graphics;E-mail;Enterprise Applications;Mathematical & Statistical;Microsoft;Optical Character Recognition;Personal Finance;Presentation Software;Project Management Software;Quickbooks;Spreadsheets;Suites;Utilities;Voice Recognition;Word Processing;Computers & Technology;Programming Languages


๐Ÿ“œ SIMILAR VOLUMES


Programming with POSIX threads
โœ David R. Butenhof ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Addison-Wesley ๐ŸŒ English

This book offers an in-depth description of the IEEE operating system interface standard, POSIX (Portable Operating System Interface) threads, commonly called Pthreads. Written for experienced C programmers, but assuming no previous knowledge of threads, the book explains basic concepts such as asyn

Programming with POSIX threads
โœ David R. Butenhof ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Addison-Wesley ๐ŸŒ English

This book offers an in-depth description of the IEEE operating system interface standard, POSIX (Portable Operating System Interface) threads, commonly called Pthreads. Written for experienced C programmers, but assuming no previous knowledge of threads, the book explains basic concepts such as asyn

POSIX programmer's guide: writing portab
โœ Donald Lewine ๐Ÿ“‚ Library ๐Ÿ“… 1991 ๐Ÿ› O'Reilly & Associates ๐ŸŒ English

Most UNIX systems today are POSIX compliant because the federal government requires it for its purchases. Even OSF and UI agree on support for POSIX. Given the manufacturer's documentation, however, it can be difficult to distinguish system-specific features from those features defined by POSIX.

POSIX programmer's guide: writing portab
โœ Donald Lewine ๐Ÿ“‚ Library ๐Ÿ“… 1991 ๐Ÿ› O'Reilly & Associates ๐ŸŒ English

This guide, intended as an explanation of the POSIX standard and as a reference for the POSIX.1 programming library, helps you write more portable programs. Most UNIX systems today are POSIX compliant because the federal government requires it for its purchases. Even OSF and UI agree on support for

Pthreads Programming: A POSIX Standard f
โœ Bradford Nichols, Dick Buttlar, Jacqueline Proulx Farrell ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› O'Reilly Media ๐ŸŒ English

POSIX threads, or pthreads, allow multiple tasks to run concurrently within the same program. They can share a single CPU as processes do, or take advantage of multiple CPUs when available. In either case, they provide a clean way to divide the tasks of a program while sharing data. This book

PThreads Programming: A POSIX Standard f
โœ Dick Buttlar, Jacqueline Farrell, Bradford Nichols ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› O'Reilly Media ๐ŸŒ English

<div><p>Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time.</p> <p>That's why threads are seen more and more often as a new model for programming. Threads have been available for some time. T