Query: set_bit
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SET_BIT(9) Basic C Library Functions SET_BIT(9)NAMEset_bit - Atomically set a bit in memorySYNOPSISvoid set_bit(unsigned int nr, volatile unsigned long * addr);ARGUMENTSnr the bit to set addr the address to start counting fromDESCRIPTIONThis function is atomic and may not be reordered. See __set_bit if you do not require the atomic guarantees.NOTEthere are no guarantees that this function will not be reordered on non x86 architectures, so if you are writing portable code, make sure not to rely on its reordering guarantees. Note that nr may be almost arbitrarily large; this function is not restricted to acting on a single-word quantity.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SET_BIT(9)
Related Man Pages |
---|
atomic_dec(3) - netbsd |
atomic_dec_64(3) - netbsd |
atomic_dec_uint(3) - netbsd |
atomic_dec_uint_nv(3) - netbsd |
atomic_dec_ulong_nv(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Perl 5.8.9 on Solaris 5.10 |
Perl 5.8.9 on Solaris 5.10 |
Problem with Installing Perl Module in Fedora 20 |
All possible combinations problem |
NTP synchronised problem in our Centos 7.6 node |