int test_and_set_bit (int nr, volatile unsigned long * addr);
int test_and_set_bit
Bit to set
Address to count from
This operation is atomic and cannot be reordered. It may be reordered on other architectures than x86. It also implies a memory barrier.