이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::atomic_read
Name
function::atomic_read — Retrieves an atomic variable from kernel memory
Synopsis
atomic_read:long(addr:long)
atomic_read:long(addr:long)
Arguments
addr
- pointer to atomic variable
Description
Safely perform the read of an atomic variable.