[lttng-dev] [RFC PATCH urcu] Document uatomic operations

2012-05-14 Thread Mathieu Desnoyers
Document each atomic operation provided by urcu/uatomic.h, along with their memory barrier guarantees. Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/Makefile.am b/doc/Makefile.am index bec1d7c..db9811c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1 @@ -dist_doc_DATA = rcu-api

Re: [lttng-dev] [RFC PATCH urcu] Document uatomic operations

2012-05-14 Thread Paul E. McKenney
On Mon, May 14, 2012 at 10:39:01PM -0400, Mathieu Desnoyers wrote: > Document each atomic operation provided by urcu/uatomic.h, along with > their memory barrier guarantees. Great to see the documentation!!! Some comments below. Thanx, Paul

Re: [lttng-dev] [RFC PATCH urcu] Document uatomic operations

2012-05-15 Thread Mathieu Desnoyers
* Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > On Mon, May 14, 2012 at 10:39:01PM -0400, Mathieu Desnoyers wrote: > > Document each atomic operation provided by urcu/uatomic.h, along with > > their memory barrier guarantees. > > Great to see the documentation!!! Some comments below. >

Re: [lttng-dev] [RFC PATCH urcu] Document uatomic operations

2012-05-16 Thread Paul E. McKenney
On Tue, May 15, 2012 at 08:10:03AM -0400, Mathieu Desnoyers wrote: > * Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > > On Mon, May 14, 2012 at 10:39:01PM -0400, Mathieu Desnoyers wrote: > > > Document each atomic operation provided by urcu/uatomic.h, along with > > > their memory barrier g

Re: [lttng-dev] [RFC PATCH urcu] Document uatomic operations

2012-05-16 Thread Mathieu Desnoyers
* Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > On Tue, May 15, 2012 at 08:10:03AM -0400, Mathieu Desnoyers wrote: > > * Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > > > On Mon, May 14, 2012 at 10:39:01PM -0400, Mathieu Desnoyers wrote: > > > > Document each atomic operation prov