ATOMIC_ADD(9) Driver Basics ATOMIC_ADD(9)NAMEatomic_add - add integer to atomic variableSYNOPSISvoid atomic_add(int i, atomic_t * v);ARGUMENTSi integer value to add v pointer of type atomic_tDESCRIPTIONAtomically adds i to v.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ATOMIC_ADD(9)
| Related Man Pages |
|---|
| atomic_ops(9f) - opensolaris |
| atomic_add_char(9f) - opensolaris |
| atomic_add_32(3) - netbsd |
| atomic_add_long(3) - netbsd |
| atomic_add_ptr(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| AIX: pthread_rwlock_* and writer starvation |
| Incompatiblity of the code due to CC compiler version mismatch. |