Query: __set_bit
OS: centos
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)NAME__set_bit - Set a bit in memorySYNOPSISvoid __set_bit(int nr, volatile unsigned long * addr);ARGUMENTSnr the bit to set addr the address to start counting fromDESCRIPTIONUnlike 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __SET_BIT(9)
Related Man Pages |
---|
atomic_dec_ptr(3) - netbsd |
atomic_dec_uint(3) - netbsd |
atomic_inc(3) - netbsd |
atomic_inc_64(3) - netbsd |
atomic_inc_32_nv(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
variable substitution in ksh |
C++ Linking Error: invalid DSO for symbol |
All possible combinations problem |
NTP synchronised problem in our Centos 7.6 node |