atomic_or_long

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

atomic_or_long - OR of two long integers

SYNOPSIS

void atomic_or_long(unsigned long * v1, unsigned long v2);

ARGUMENTS

v1

pointer to type unsigned long

v2

pointer to type unsigned long

DESCRIPTION

Atomically ORs v1 and v2 Returns the result of the OR