HomeSort by: relevance | last modified time | path
    Searched refs:__GTHR_W32_InterlockedCompareExchange (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.c 175 if (__GTHR_W32_InterlockedCompareExchange (&mutex->counter, 0, -1) < 0)
232 if (__GTHR_W32_InterlockedCompareExchange (&mutex->counter, 0, -1) < 0)
gthr-win32.h 377 /* __GTHR_W32_InterlockedCompareExchange is left over from win95,
379 #define __GTHR_W32_InterlockedCompareExchange InterlockedCompareExchange
657 if (__GTHR_W32_InterlockedCompareExchange (&__mutex->counter, 0, -1) < 0)
723 if (__GTHR_W32_InterlockedCompareExchange (&__mutex->counter, 0, -1) < 0)
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.h 401 /* __GTHR_W32_InterlockedCompareExchange is left over from win95,
403 #define __GTHR_W32_InterlockedCompareExchange InterlockedCompareExchange

Completed in 28 milliseconds