Searched defs:test_InterlockedCompareExchange (Results 1 – 3 of 3) sorted by relevance
94 long test_InterlockedCompareExchange(X *x) { in test_InterlockedCompareExchange() function
159 LONG test_InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange() function
414 long test_InterlockedCompareExchange(long volatile *Destination, long Exchange, long Comperand) { test_InterlockedCompareExchange() function