Searched refs:InterlockedCompareExchange (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dfifo.hpp75 long initial = InterlockedCompareExchange(&mLock, 1, 0);
H A Dthreads.cpp756 uint32_t initial = InterlockedCompareExchange((volatile uint32_t*)&pDC->FeLock, 1, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h239 #define InterlockedCompareExchange(Dest, Exchange, Comparand) \ macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h288 #define InterlockedCompareExchange(Dest, Exchange, Comparand) \ macro
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_win32.h202 if (InterlockedCompareExchange(&flag->status, 1, 0) == 0) {
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-port.cc287 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) {
296 GTEST_CHECK_(::InterlockedCompareExchange(
303 while (::InterlockedCompareExchange(&critical_section_init_phase_,
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-port.cc421 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) {
436 GTEST_CHECK_(::InterlockedCompareExchange(
443 while (::InterlockedCompareExchange(&critical_section_init_phase_,
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_win32.h311 if (InterlockedCompareExchange(&flag->status, 1, 0) == 0) {

Completed in 10 milliseconds