Searched refs:_InterlockedIncrement16 (Results 1 – 3 of 3) sorted by relevance
134 sizeof *(_v) == sizeof(short) ? _InterlockedIncrement16((short *) (_v)) : \
138 sizeof *(_v) == sizeof(short) ? _InterlockedIncrement16((short *) (_v)) : \
234 short _InterlockedIncrement16(short volatile *_Addend);642 _InterlockedIncrement16(short volatile *_Value) { in _InterlockedIncrement16() function