Re: document membar atomic

2022-03-13 Thread Mark Kettenis
> Date: Sun, 13 Mar 2022 22:59:36 +0100 > From: Alexander Bluhm > > On Sun, Mar 13, 2022 at 10:55:51PM +0100, Mark Kettenis wrote: > > You missed atomic_cas. > > Fixed. ok kettenis@ > Index: share/man/man9/membar_sync.9 > === > RC

Re: document membar atomic

2022-03-13 Thread Alexander Bluhm
On Sun, Mar 13, 2022 at 10:55:51PM +0100, Mark Kettenis wrote: > You missed atomic_cas. Fixed. Index: share/man/man9/membar_sync.9 === RCS file: /data/mirror/openbsd/cvs/src/share/man/man9/membar_sync.9,v retrieving revision 1.3 diff

Re: document membar atomic

2022-03-13 Thread Mark Kettenis
> Date: Sun, 13 Mar 2022 22:43:56 +0100 > From: Alexander Bluhm > > On Thu, Mar 10, 2022 at 10:12:40PM +0100, Mark Kettenis wrote: > > > Date: Thu, 10 Mar 2022 21:53:13 +0100 > > > From: Alexander Bluhm > > > > > > Hi, > > > > > > claudio@ mentioned that documentation for membar_enter_after_atom

Re: document membar atomic

2022-03-13 Thread Alexander Bluhm
On Thu, Mar 10, 2022 at 10:12:40PM +0100, Mark Kettenis wrote: > > Date: Thu, 10 Mar 2022 21:53:13 +0100 > > From: Alexander Bluhm > > > > Hi, > > > > claudio@ mentioned that documentation for membar_enter_after_atomic > > and membar_exit_before_atomic is missing. > > > > ok? > > I think this

Re: document membar atomic

2022-03-10 Thread Mark Kettenis
> Date: Thu, 10 Mar 2022 21:53:13 +0100 > From: Alexander Bluhm > > Hi, > > claudio@ mentioned that documentation for membar_enter_after_atomic > and membar_exit_before_atomic is missing. > > ok? I think this is fine, although it doesn't actually define what an "atomic operation" is in this co

document membar atomic

2022-03-10 Thread Alexander Bluhm
Hi, claudio@ mentioned that documentation for membar_enter_after_atomic and membar_exit_before_atomic is missing. ok? bluhm Index: membar_sync.9 === RCS file: /data/mirror/openbsd/cvs/src/share/man/man9/membar_sync.9,v retrieving r