__set_bit(9) suse man page | unix.com

Man Page: __set_bit

Operating Environment: suse

Section: 9

__SET_BIT(9)						     Basic C Library Functions						      __SET_BIT(9)

NAME
__set_bit - Set a bit in memory
SYNOPSIS
void __set_bit(int nr, volatile unsigned long * addr);
ARGUMENTS
nr the bit to set addr the address to start counting from
DESCRIPTION
Unlike set_bit, this function is non-atomic and may be reordered. If it's called on the same region of memory simultaneously, the effect may be that only one operation succeeds.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 __SET_BIT(9)
Related Man Pages
atomic_dec_64(3) - netbsd
atomic_dec_ptr(3) - netbsd
atomic_dec_ulong_nv(3) - netbsd
atomic_inc(3) - netbsd
atomic_inc_32_nv(3) - netbsd
Similar Topics in the Unix Linux Community
variable substitution in ksh
Split a 30GB XML file into 16 pieces
Perl 5.8.9 on Solaris 5.10
Oracle DB install failure
C++ linking library to a library