Deleted Added
full compact
pthread_attr_affinity_np.3 (214443) pthread_attr_affinity_np.3 (233648)
1.\"-
2.\" Copyright (c) 2010 Xin LI <delphij@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2010 Xin LI <delphij@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man3/pthread_attr_affinity_np.3 214443 2010-10-28 02:59:25Z davidxu $
26.\" $FreeBSD: head/share/man/man3/pthread_attr_affinity_np.3 233648 2012-03-29 05:02:12Z eadler $
27.\"
28.Dd January 8, 2010
29.Dt PTHREAD_ATTR_AFFINITY_NP 3
30.Os
31.Sh NAME
32.Nm pthread_attr_getaffinity_np ,
33.Nm pthread_attr_setaffinity_np
34.Nd manage CPU affinity in thread attribute objects

--- 79 unchanged lines hidden (view full) ---

114.It Bq Er EINVAL
115The
116.Fa pattr
117or the attribute specified by it is
118.Dv NULL .
119.It Bq Er EINVAL
120The
121.Fa cpusetp
27.\"
28.Dd January 8, 2010
29.Dt PTHREAD_ATTR_AFFINITY_NP 3
30.Os
31.Sh NAME
32.Nm pthread_attr_getaffinity_np ,
33.Nm pthread_attr_setaffinity_np
34.Nd manage CPU affinity in thread attribute objects

--- 79 unchanged lines hidden (view full) ---

114.It Bq Er EINVAL
115The
116.Fa pattr
117or the attribute specified by it is
118.Dv NULL .
119.It Bq Er EINVAL
120The
121.Fa cpusetp
122specified a CPU that was outside the set supported by the kernel.
122specified a CPU that was outside the set supported by the kernel.
123.It Bq Er ERANGE
124The
125.Fa cpusetsize
126is too small.
127.It Bq Er ENOMEM
128Insufficient memory exists to store the cpuset mask.
129.El
130.Sh SEE ALSO

--- 32 unchanged lines hidden ---
123.It Bq Er ERANGE
124The
125.Fa cpusetsize
126is too small.
127.It Bq Er ENOMEM
128Insufficient memory exists to store the cpuset mask.
129.El
130.Sh SEE ALSO

--- 32 unchanged lines hidden ---