pthread_barrierattr.3 (3e9ed1efb85a632c2b4bee70f3ae37a464aba6ad) | pthread_barrierattr.3 (60404ec96589ed8ebad9af9df56561fe44788461) |
---|---|
1.\" Copyright (c) 2004 Michael Telahun Makonnen 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. --- 123 unchanged lines hidden (view full) --- 132in 133.Fx 5.3 . 134.Sh BUGS 135The implementation of 136barriers 137does not fully conform to 138.St -p1003.2 139because the process-shared attribute is ignored in | 1.\" Copyright (c) 2004 Michael Telahun Makonnen 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. --- 123 unchanged lines hidden (view full) --- 132in 133.Fx 5.3 . 134.Sh BUGS 135The implementation of 136barriers 137does not fully conform to 138.St -p1003.2 139because the process-shared attribute is ignored in |
140.Lb libthr , 141and in 142.Lb libkse ; | 140.Lb libthr ; |
143if any value other than | 141if any value other than |
144.Dv PTHREAD_PROCESSES_PRIVATE | 142.Dv PTHREAD_PROCESS_PRIVATE |
145is specified in a call to 146.Fn pthread_barrierattr_setpshared , 147it will return 148.Er EINVAL . | 143is specified in a call to 144.Fn pthread_barrierattr_setpshared , 145it will return 146.Er EINVAL . |