table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATOMIC_OR_LONG(9) | Driver Basics | ATOMIC_OR_LONG(9) |
NAME¶
atomic_or_long - OR of two long integersSYNOPSIS¶
void
atomic_or_long(unsigned long * v1,
unsigned long v2);
ARGUMENTS¶
v1pointer to type unsigned long
v2
pointer to type unsigned long
DESCRIPTION¶
Atomically ORs v1 and v2 Returns the result of the ORCOPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |