Old Fellows Database

Add URL Add URL  Custom Programming  My Sites My Sites  Custom Programming  My Account My Account  Custom Programming  Contact Us Contact Us


Yurtseven.org       

Search only in POSIX   Search the Web
 Home » Programming » Threads » POSIX

 Categories

Linux (4)  


 Related Categories:
    Computers » Software » Operating Systems » POSIX  (3)


 Web Pages    1 - 10   {18}


 1 - GNU Pth
  Portable Threads: portable POSIX/ANSI-C library for Unix gives non-preemptive priority-based scheduling for multithreading in programs. All threads run in same address space, each has its own program counter, run time stack, signal mask, errno variable; c
http://www.gnu.org/software/pth/
 
[more pages from this URL]   


 2 - LinuxThreads FAQ
  Frequently asked questions about the kernel-level multi-threading library for Linux.
http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html
 
[more pages from this URL]   


 3 - Native POSIX Thread Library: NPTL
  White paper describes actual implementation of thread library for which requirements are spelled out in a prior document. Many things are different.
http://people.redhat.com/drepper/nptl-design.pdf
 
[more pages from this URL]   


 4 - POSIX Threads Programming
  Provides an overview of threads programming and the POSIX threads API.
http://www.llnl.gov/computing/tutorials/pthreads/
 
[more pages from this URL]   


 5 - Getting Started with POSIX Threads
  Introduction to POSIX threads with sample source available for download.
http://dis.cs.umass.edu/~wagner/threads_html/tutorial.html
 
[more pages from this URL]   


 6 - Introduction to Programming Threads
  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.
http://www.mit.edu/people/proven/IAP_2000/index.html
 
[more pages from this URL]   


 7 - Native POSIX Thread Library (NPTL) 0.1 Released
  Initial performance: 8x Linux Threads, 4x NGPT. [Linux Weekly News]
http://lwn.net/Articles/10465/
 
[more pages from this URL]   


 8 - Next Generation POSIX Threading: NGPT
  Goals: solve problems of pthreads library on Linux; add M:N threading, raise POSIX compliance and speed in threaded programs, more so under SMP, give threading services more like commercial Unix. Derived from GNU Pth. [Open Source, LGPL]
http://www-124.ibm.com/pthreads/
 
[more pages from this URL]   


 9 - Multi-Threaded Programming with POSIX Threads
  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.
http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html
 
[more pages from this URL]   


 10 - POSIX Synchronous Wrappers
  A set of C++ wrappers for posix synchronous entities such as pthread, mutexes and condition.
http://www.partow.net/programming/posixsynchwrapper/index.html
 
[more pages from this URL]   


1  2  Next »»


E-Mail Add URL