[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAES_P+-FDQKQSSSdJBY0ivGJtHOA6K4rYSy7z20HowUUVcHdJQ@mail.gmail.com>
Date: Tue, 18 Mar 2014 01:26:12 -0700
From: noman pouigt <variksla@...il.com>
To: paulmck@...ux.vnet.ibm.com, rostedt@...dmis.org,
rusty@...tcorp.com.au, gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org
Subject: atomic read and increment question
Hello,
I looked through the documentation for atomic
operations but couldn't find out the api for following
operation:
x = 1;
temp = atomic_read_increment(x);
so basically this will read the old value of x in temp
and then increment x.
so temp = 1 and x = 2.
Is this api already available?
Thanks,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists