test_and_change_bit(9)

NAME

test_and_change_bit - Change a bit and return its old value

SYNOPSIS

int test_and_change_bit(int nr, volatile void * addr);

ARGUMENTS

nr
Bit to change
addr
Address to count from

DESCRIPTION

This operation is atomic and cannot be reordered. It also implies a
memory barrier.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout