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 2.6. July 2010 ATOMIC_ADD(9)
| Related Man Pages |
|---|
| atomic_add_char(9f) - opensolaris |
| atomic_add_32_nv(3) - netbsd |
| atomic_add_64(3) - netbsd |
| atomic_add_long(3) - netbsd |
| atomic_add_ptr_nv(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. |