pthread_getconcurrency.3 (5bb9f2101ba65b16512a4825002c690935026493) | pthread_getconcurrency.3 (3e9ed1efb85a632c2b4bee70f3ae37a464aba6ad) |
---|---|
1.\" Copyright (c) 2003 Sergey Osokin <osa@FreeBSD.org.ru> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 18 unchanged lines hidden (view full) --- 27.Dt PTHREAD_GETCONCURRENCY 3 28.Os 29.Sh NAME 30.Nm pthread_getconcurrency , 31.Nm pthread_setconcurrency 32.Nd get or set level of concurrency 33.Sh LIBRARY 34.Lb libpthread | 1.\" Copyright (c) 2003 Sergey Osokin <osa@FreeBSD.org.ru> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 18 unchanged lines hidden (view full) --- 27.Dt PTHREAD_GETCONCURRENCY 3 28.Os 29.Sh NAME 30.Nm pthread_getconcurrency , 31.Nm pthread_setconcurrency 32.Nd get or set level of concurrency 33.Sh LIBRARY 34.Lb libpthread |
35.Lb libthr | |
36.Sh SYNOPSIS 37.In pthread.h 38.Ft int 39.Fn pthread_getconcurrency void 40.Ft int 41.Fn pthread_setconcurrency "int new_level" 42.Sh DESCRIPTION 43The --- 73 unchanged lines hidden --- | 35.Sh SYNOPSIS 36.In pthread.h 37.Ft int 38.Fn pthread_getconcurrency void 39.Ft int 40.Fn pthread_setconcurrency "int new_level" 41.Sh DESCRIPTION 42The --- 73 unchanged lines hidden --- |