~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/pthread_attr_setaffinity_np.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
.\" Formatted or processed versions of this manual, if unaccompanied by
22
22
.\" the source, must acknowledge the copyright and authors of this work.
23
23
.\"
24
 
.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2009-02-01 "Linux" "Linux Programmer's Manual"
 
24
.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2010-09-10 "Linux" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get
27
27
CPU affinity attribute in thread attributes object
28
28
.SH SYNOPSIS
29
29
.nf
30
 
.B #define _GNU_SOURCE
 
30
.BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
31
31
.B #include <pthread.h>
32
32
 
33
33
.BI "int pthread_attr_setaffinity_np(pthread_attr_t *" attr ,
119
119
.BR cpuset (7),
120
120
.BR pthreads (7)
121
121
.SH COLOPHON
122
 
This page is part of release 3.26 of the Linux
 
122
This page is part of release 3.27 of the Linux
123
123
.I man-pages
124
124
project.
125
125
A description of the project,