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 D | fifo.hpp | 75 long initial = InterlockedCompareExchange(&mLock, 1, 0);
|
| H A D | threads.cpp | 756 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 D | os.h | 239 #define InterlockedCompareExchange(Dest, Exchange, Comparand) \ macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | os.h | 288 #define InterlockedCompareExchange(Dest, Exchange, Comparand) \ macro
|
| /xsrc/external/mit/MesaLib/dist/include/c11/ |
| H A D | threads_win32.h | 202 if (InterlockedCompareExchange(&flag->status, 1, 0) == 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 287 ::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 D | gtest-port.cc | 421 ::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 D | threads_win32.h | 311 if (InterlockedCompareExchange(&flag->status, 1, 0) == 0) {
|
Completed in 10 milliseconds