1TEST_AND_SET_BIT_LOC(9)    Basic C Library Functions   TEST_AND_SET_BIT_LOC(9)
2
3
4

NAME

6       test_and_set_bit_lock - Set a bit and return its old value for lock
7

SYNOPSIS

9       int test_and_set_bit_lock(int nr, volatile unsigned long * addr);
10

ARGUMENTS

12       nr
13           Bit to set
14
15       addr
16           Address to count from
17

DESCRIPTION

19       This is the same as test_and_set_bit on x86.
20
22Kernel Hackers Manual 3.10         June 2019           TEST_AND_SET_BIT_LOC(9)
Impressum