Searched refs:previousState (Results 1 – 2 of 2) sorted by relevance
70 int32_t previousState = InterlockedCompareExchange( in umtx_initImplPreInit() local78 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()
44 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength) in AdjustPrivileges() argument46 newState, bufferLength, previousState, returnLength)); } in AdjustPrivileges()