Searched refs:__GTHR_W32_InterlockedCompareExchange (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dgthr-win32.c171 if (__GTHR_W32_InterlockedCompareExchange (&mutex->counter, 0, -1) < 0)
228 if (__GTHR_W32_InterlockedCompareExchange (&mutex->counter, 0, -1) < 0)
/freebsd-10.0-release/contrib/gcc/
H A Dgthr-win32.h390 #define __GTHR_W32_InterlockedCompareExchange __gthr_i486_lock_cmp_xchg macro
392 #define __GTHR_W32_InterlockedCompareExchange InterlockedCompareExchange macro
645 if (__GTHR_W32_InterlockedCompareExchange (&mutex->counter, 0, -1) < 0)
711 if (__GTHR_W32_InterlockedCompareExchange (&mutex->counter, 0, -1) < 0)

Completed in 66 milliseconds