Implementation of pthread_create on Linux
1.pthread_create(3) - Linux manual page - Michael Kerrisk
Description:PTHREAD_CREATE(3) Linux Programmer's Manual PTHREAD_CREATE(3)
NAME top pthread_create - create a new thread SYNOPSIS top
2.pthread_create(3): create new thread - Linux man page
Description:The pthread_create() function starts a new thread in the
calling process. The new thread starts execution by invoking
start_routine(); arg is passed as the sole ...
3.pthreads(7): POSIX threads - Linux man page
Description:Pthreads function return values Most pthreads functions return
0 on success, and an error number of failure. Note that the pthreads
functions do not set ...
4.Thread Scheduling with pthreads under Linux and FreeBSD
Description:Thread Scheduling with pthreads under Linux and FreeBSD Gregor
Maier gregor _AT_ net.t-labs.tu-berlin.de Back to my homepage 27-Nov-2006
(notes on FreeBSD 7 from 24 ...
5.Linux IP Networking: A Guide to the Implementation and ...
Description:Linux IP Networking A Guide to the Implementation and
Modification of the Linux Protocol Stack Glenn Herrin TR 00-04. Department
of Computer Science
6.pthread_self(3) - Linux manual page - Michael Kerrisk
Description:PTHREAD_SELF(3) Linux Programmer's Manual PTHREAD_SELF(3) NAME
top pthread_self - obtain ID of the calling thread SYNOPSIS top
7.The LinuxThreads library - INRIA
Description:The recommended threads package for Linux ,also included in
glibc 2.0.
8.Linux Tutorial: POSIX Threads - YoLinux
Description:POSIX Pthread libraries on Linux. YoLinux: Linux Information
Portal includes informative tutorials and links to many Linux sites.
9.POSIX Threads Programming - High Performance Computing ...
Description:Why Pthreads? In the world of high performance computing, the
primary motivation for using Pthreads is to realize potential program
performance gains.
10.randu.org :: Tutorials
Description:Welcome to the randu.org Programming Tutorials. C Programming
Tutorial; Perl Programming Tutorial; Pthreads Programming Tutorial; OpenMP
Tutorial; If you have been ...
No comments:
Post a Comment