| 71 | } |
| 72 | |
| 73 | inline unsigned int AtomicInc(unsigned int *val) { |
| 74 | return boost::interprocess::ipcdetail::atomic_inc32(((uint32_t *) val)); |
| 75 | } |
| 76 | |
| 77 | inline unsigned int AtomicDec(unsigned int *val) { |
| 78 | return boost::interprocess::ipcdetail::atomic_dec32(((uint32_t *) val)); |
no outgoing calls
no test coverage detected