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 3.10 June 2014 ATOMIC_SET(9)
| Related Man Pages |
|---|
| wait_event_interruptible_exclusive_locked_irq(9) - centos |
| atomic(9) - debian |
| atomic_fetchadd(9) - debian |
| atomic_readandclear(9) - debian |
| atomic_set(9) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| pthread_mutex_lock in ANSI C vs using Atomic builtins of GCC |