diff options
| author | rmind <rmind@NetBSD.org> | 2008-10-18 03:37:41 +0000 |
|---|---|---|
| committer | rmind <rmind@NetBSD.org> | 2008-10-18 03:37:41 +0000 |
| commit | 43819fe5abaed7301c793262665665af8784d2c8 (patch) | |
| tree | 75fe85f50580e3803db394af1d1e5ccbe3ee1e37 /lib/libpthread/affinity.3 | |
| parent | 4317807e7744e7743c71e89e87eaab49d197cce4 (diff) | |
Do not recommend to mix affinity(3) with pset(3).
Diffstat (limited to 'lib/libpthread/affinity.3')
| -rw-r--r-- | lib/libpthread/affinity.3 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libpthread/affinity.3 b/lib/libpthread/affinity.3 index 2d0576126b2..b64704efa9c 100644 --- a/lib/libpthread/affinity.3 +++ b/lib/libpthread/affinity.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: affinity.3,v 1.2 2008/09/12 13:39:04 rmind Exp $ +.\" $NetBSD: affinity.3,v 1.3 2008/10/18 03:37:41 rmind Exp $ .\" .\" Copyright (c) 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd September 12, 2008 +.Dd October 18, 2008 .Dt AFFINITY 3 .Os .Sh NAME @@ -113,10 +113,11 @@ No thread could be found corresponding to the one specified by .Fa thread . .El .Sh NOTES -Thread affinity might be used together with the processor sets, see -.Xr pset 3 . -In such case, the affinity mask takes precedence over the assignment -to processor sets. +If thread affinity is used together with the processor sets, see +.Xr pset 3 , +then affinity mask takes precedence over the assignment to processor +sets. +However, it is not recomended to combine these interfaces together. .Sh SEE ALSO .Xr cpuset 3 , .Xr pset 3 , |
