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

« back to all changes in this revision

Viewing changes to man3/pthread_attr_setschedparam.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2008-11-29 12:01:13 UTC
  • mfrom: (1.1.36 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20081129120113-7nufimylf2grlth8
* New upstream version
  . Fix description of range of function value return in atan2(3)
    (closes: Bug#506299)
  . Clarify and add more detail in RETURN VALUE description in
    getpwnam(3) and getgrnam(3) (closes: Bug#504787)
  . Add text on use of pointer arguments to makecontext(3) (closes:
    Bug#504699)
  . Document that LOG_KERN messages can't be generated from user
    processes in syslog(3)
* Avoid distribution of more pthread manpages that are currently also
  provided by glibc-doc:
  . pthread_attr_setinheritsched(3)
  . pthread_cancel(3)
  . pthread_cleanup_pop(3)
  . pthread_cleanup_push(3)
  . pthread_setcancelstate(3)
  . pthread_setcanceltype(3)
  . pthread_testcancel(3)

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_SETSCHEDPARAM 3 2008-11-06 "Linux" "Linux Programmer's Manual"
 
24
.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2008-11-17 "Linux" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get
27
27
scheduling parameter attributes in thread attributes object
64
64
.fi
65
65
.in
66
66
 
67
 
As can be seen, only one scheduling parameter is supported
68
 
(this is the only parameter specified by POSIX.1-2001).
 
67
As can be seen, only one scheduling parameter is supported.
69
68
For details of the permitted ranges for scheduling priorities
70
69
in each scheduling policy, see
71
70
.BR sched_setscheduler (2).
104
103
.BR pthread_setschedprio (3),
105
104
.BR pthreads (7)
106
105
.SH COLOPHON
107
 
This page is part of release 3.13 of the Linux
 
106
This page is part of release 3.14 of the Linux
108
107
.I man-pages
109
108
project.
110
109
A description of the project,