Searched refs:currentContextToken (Results 1 – 2 of 2) sorted by relevance
254 ULONG_PTR currentContextToken; in Get() local255 __abi_ThrowIfFailed(CoGetContextToken(¤tContextToken)); in Get()256 if (currentContextToken == _contextToken) in Get()383 ULONG_PTR currentContextToken; in Release() local384 __abi_ThrowIfFailed(CoGetContextToken(¤tContextToken)); in Release()385 … if (_contextToken == 0 || _contextCallback == nullptr || _contextToken == currentContextToken) in Release()
254 ULONG_PTR currentContextToken;255 __abi_ThrowIfFailed(CoGetContextToken(¤tContextToken));256 if (currentContextToken == _contextToken)383 ULONG_PTR currentContextToken;384 __abi_ThrowIfFailed(CoGetContextToken(¤tContextToken));385 … if (_contextToken == 0 || _contextCallback == nullptr || _contextToken == currentContextToken)