Searched refs:siOldValue (Results 1 – 1 of 1) sorted by relevance
1274 uint32_t siOldValue; in isAlreadyReported() local1282 siOldValue = *pLine; in isAlreadyReported()1283 } while (__sync_val_compare_and_swap(pLine, siOldValue, siOldValue | ACK_REPORTED) != siOldValue); in isAlreadyReported()1285 return ISSET(siOldValue, ACK_REPORTED); in isAlreadyReported()