atomic64_set — set atomic64 variable
void atomic64_set (
)
ptr
pointer to type atomic64_t
new_val
value to assign
Atomically sets the value of ptr to new_val.