Home
last modified time | relevance | path

Searched refs:previousState (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dumutex.cpp70 int32_t previousState = InterlockedCompareExchange( in umtx_initImplPreInit() local
78 if (previousState == 0) { in umtx_initImplPreInit()
81 } else if (previousState == 2) { in umtx_initImplPreInit()
91 previousState = umtx_loadAcquire(uio.fState); in umtx_initImplPreInit()
92 } while (previousState == 1); in umtx_initImplPreInit()
/external/lzma/CPP/Windows/
DSecurityUtils.h44 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength) in AdjustPrivileges() argument
46 newState, bufferLength, previousState, returnLength)); } in AdjustPrivileges()