centos man page for atomic_read

Query: atomic_read

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ATOMIC_READ(9)							   Driver Basics						    ATOMIC_READ(9)

NAME
atomic_read - read atomic variable
SYNOPSIS
int atomic_read(const atomic_t * v);
ARGUMENTS
v pointer of type atomic_t
DESCRIPTION
Atomically reads the value of v.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ATOMIC_READ(9)
Related Man Pages
debugfs_create_blob(9) - centos
del_timer_sync(9) - centos
schedule_hrtimeout_range(9) - centos
struct_sk_buff(9) - centos
trace_printk(9) - centos
Similar Topics in the Unix Linux Community
Atomic Read and Write with stdio