Subject: Re: Atomic ops API
To: matthew green <mrg@eterna.com.au>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 03/15/2007 11:54:48
On Mar 15, 2007, at 11:26 AM, matthew green wrote:
>
> Anyway, I've decided to stick with "cas" as "compare-and-store".
>
>
> i really wish you wouldn't. as an example, google gives:
>
> Results 1 - 10 of about 19,400 for "compare and swap" cas
> Results 1 - 10 of about 50 for "compare and store" cas
And how many "compare-and-swap" functions return the old value? Many
of them just return true or false.
>
>
> and infact there are only 22 results for the latter, and lot of
> them are this thread.
>
>
> .mrg.
-- thorpej