Name

function::atomic_read — Retrieves an atomic variable from kernel memory

Synopsis

    atomic_read:long(addr:long)

Arguments

addr

pointer to atomic variable

Description

Safely perform the read of an atomic variable.