[BACK]Return to atomic_and.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / atomic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/atomic/atomic_and.3 between version 1.1 and 1.1.62.1

version 1.1, 2008/06/23 10:22:40 version 1.1.62.1, 2018/06/25 07:25:34
Line 40 
Line 40 
 .Nm atomic_and_uint_nv ,  .Nm atomic_and_uint_nv ,
 .Nm atomic_and_ulong_nv ,  .Nm atomic_and_ulong_nv ,
 .Nm atomic_and_64_nv  .Nm atomic_and_64_nv
 .Nd atomic logical  .Nd atomic bitwise
 .Sq and  .Sq and
 operations  operations
 .\" .Sh LIBRARY  .\" .Sh LIBRARY
Line 68  The
Line 68  The
 .Nm atomic_and  .Nm atomic_and
 family of functions load the value of the variable referenced by  family of functions load the value of the variable referenced by
 .Fa ptr ,  .Fa ptr ,
 perform a logical  perform a bitwise
 .Sq and  .Sq and
 with the value  with the value
 .Fa bits ,  .Fa bits ,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.62.1

CVSweb <webmaster@jp.NetBSD.org>