Query: atomic_set
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATOMIC_SET(9) Driver Basics ATOMIC_SET(9)NAMEatomic_set - set atomic variableSYNOPSISvoid atomic_set(atomic_t * v, int i);ARGUMENTSv pointer of type atomic_t i required valueDESCRIPTIONAtomically sets the value of v to i.COPYRIGHTKernel Hackers Manual 2.6. July 2010 ATOMIC_SET(9)
Related Man Pages |
---|
atomic(9) - debian |
atomic_clear(9) - debian |
atomic_add(9) - freebsd |
atomic_set(9) - freebsd |
atomic(9) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
pthread_mutex_lock in ANSI C vs using Atomic builtins of GCC |