E-POSIX, the complete Eiffel to POSIX binding
Computers - Programming - Languages - Eiffel - Libraries. Eiffel to POSIX binding. The goal of e-POSIX is to provide a 100% complete Eiffel binding to Standard C and POSIX. It has started adding bindings for the Single Unix Specification. ...
www.berenddeboer.net
POSIX Threads Tutorial
Computers - Programming - Threads - POSIX. How to write parallel applications using POSIX threads. By Mark Hays. ...
www.laptev.org
POSIX Threads Programming
Computers - Programming - Threads - POSIX. Provides an overview of threads programming and the POSIX threads API. ...
www.llnl.gov
POSIX Threads Explained, Part 1
Computers - Programming - Threads - POSIX. How to use POSIX threads to increase the responsiveness and performance of your code. ...
www.ibm.com
Posix Basic Regular Expression
Computers - Programming - Languages - Regular Expressions - FAQs, Help, and Tutorials. A description of both basic Posix Regular Expression syntax, the programming interface and some advanced features ...
POSIX Threads Explained, Part 2
Computers - Programming - Threads - POSIX. How to protect the integrity of shared data structures in threaded code by using mutexes. ...
www.ibm.com
The Fortran 90 POSIX interface project
Computers - Programming - Languages - Fortran - Libraries. Project aims to provide a consistent Fortran 90 interface to POSIX routines for use with GNU Fortran. Contains source code (GPL), documentati ...
savannah.nongnu.org
Multi-Threaded Programming with POSIX Threads
Computers - Programming - Threads - POSIX. Attempts to show how the library's features can be used in "real-life" programs. It explains the different tools defined by the library, shows how to use them, and then gives an example of using them to solve programming problems. ...
users.actcom.co.il
An Introduction to POSIX Threads
Computers - Programming - Threads - POSIX. This article demystifies the POSIX thread interface, providing practical examples of threaded code for consideration. ...
www.ibm.com
Native POSIX Thread Library: NPTL
Computers - Programming - Threads - POSIX. White paper describes actual implementation of thread library for which requirements are spelled out in a prior document. Many things are different. ...
people.redhat.com
POSIX Threads on HP-UX 11i
Computers - Programming - Threads - POSIX. Provides an overview of the thread model implementation on HP-UX 11i and describes the impact that each thread model has on application behavior and performance. ...
POSIX Threads (pthreads) for Win32
Computers - Programming - Threads - Win32. An implementation of POSIX pthreads for Win32. [Open source, LGPL]. ...
sources.redhat.com
POSIX Emulation Layer for WindowsThreads
Computers - Programming - Threads - Win32. This package provides a POSIX layer on top of Win32 threads to facilitate porting of Unix applications to Win32 platforms. [Open Source, LGPL] ...
sourceforge.net
PW32 the POSIX-over-Win32 layer
Computers - Software - Operating Systems - Unix - Win32. Implementation and subset of POSIX/Unix API for Win32 systems. Focus: efficiency, full platform coverage, with good support for low-end Win9x systems. Based on DJGPP runtime library by DJ Delorie. [Open Source, LGPL] ...
pw32.sourceforge.net
Threads
Computers - Programming - Threads - POSIX. The Open Group Base Specifications Issue 6 (IEEE Std 1003.1, 2004 Edition) chapter for threads. Includes manual pages of all POSIX thread functions. ...
www.opengroup.org
Introduction to Programming Threads
Computers - Programming - Threads - POSIX. Introduces what threads are, why they are useful and how to program with them using the POSIX 1003.1c thread standard and API bindings for C. ...
www.mit.edu
Multithreaded Programming (pthreads Tutorial)
Computers - Programming - Threads - POSIX. Dives into the world of threads with a little bit of "theory" first. Examine thread synchronization primitives and how to use POSIX pthreads. Finally, it finishes off with thread performance and a brief overview of multiprocess programming. ...
vergil.chemistry.gatech.edu
Secure Programming for Linux and Unix Howto
Computers - Programming - Methodologies - Secure Programming. Design and implementation guidelines for writing secure programs for POSIX operating systems. ...
www.dwheeler.com
LinuxThreads FAQ
Computers - Programming - Threads - POSIX. Frequently asked questions about the kernel-level multi-threading library for Linux. ...
pauillac.inria.fr
The Ultimate Programming Tutorials Site
Computers - Programming - FAQs, Help, and Tutorials. Tutorials of C/C++, Java, Perl, Posix, Unix, Linux, PThreads, Visual Basic, Delphi, APL, Javascript, and SQL. ...
www.thinkbrown.com
PHP and regular expressions 101 - WebReference
Computers - Programming - Languages - PHP - FAQs, Help, and Tutorials. This tutorial steps through the POSIX-compliant regular expression functions in PHP in a straightforward manner. ...