Rechercher une page de manuel
__set_bit
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
__set_bit - Set a bit in memorySYNOPSIS
- void __set_bit(int nr, volatile void * 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre