pthread_getconcurrency.3 (734ac3b54318ce3afa6b8ced253b7e78317a9987) pthread_getconcurrency.3 (ec7452f103d56cccf279cec74a22025f980bbda5)
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 libc_r
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 libc_r
35.Lb libpthread
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 ---
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 ---