Query: __change_bit
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__CHANGE_BIT(9) Basic C Library Functions __CHANGE_BIT(9)NAME__change_bit - Toggle a bit in memorySYNOPSISvoid __change_bit(int nr, volatile unsigned long * addr);ARGUMENTSnr the bit to change addr the address to start counting fromDESCRIPTIONUnlike change_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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 __CHANGE_BIT(9)
| Related Man Pages | 
|---|
| atomic_dec_32_nv(3) - netbsd | 
| atomic_dec_ulong(3) - netbsd | 
| atomic_inc(3) - netbsd | 
| atomic_inc_64(3) - netbsd | 
| atomic_inc_32_nv(3) - netbsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| Bits: Discussion on Bits and Virtual Economics | 
| Bit usage: folding at home | 
| Help with bit vector and setting its bits? | 
| Question Regarding Megabits Drawing |