pthread_condattr.3 (b652778e426d00b6a1df29bbd86869db86f36e25) | pthread_condattr.3 (60404ec96589ed8ebad9af9df56561fe44788461) |
---|---|
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. 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(s), this list of conditions and the following disclaimer as --- 153 unchanged lines hidden (view full) --- 162.St -p1003.1-96 163.Sh BUGS 164The implementation of 165condition variables 166does not fully conform to 167.St -p1003.2 168because the process-shared attribute is ignored; 169if any value other than | 1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. 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(s), this list of conditions and the following disclaimer as --- 153 unchanged lines hidden (view full) --- 162.St -p1003.1-96 163.Sh BUGS 164The implementation of 165condition variables 166does not fully conform to 167.St -p1003.2 168because the process-shared attribute is ignored; 169if any value other than |
170.Dv PTHREAD_PROCESSES_PRIVATE | 170.Dv PTHREAD_PROCESS_PRIVATE |
171is specified in a call to 172.Fn pthread_condattr_setpshared , 173it will return 174.Er EINVAL . | 171is specified in a call to 172.Fn pthread_condattr_setpshared , 173it will return 174.Er EINVAL . |