Or of two long integers
void atomic_or_long(unsigned long * v1, unsigned long v2);
v1
pointer to type unsigned long
v2
Atomically ORs v1 and v2 Returns the result of the OR