зеркало из https://github.com/Azure/c-pal.git
19 строки
1.2 KiB
C
19 строки
1.2 KiB
C
// Copyright (c) Microsoft. All rights reserved.
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
#define InterlockedHL_Add64WithCeiling real_InterlockedHL_Add64WithCeiling
|
|
#define InterlockedHL_WaitForValue real_InterlockedHL_WaitForValue
|
|
#define InterlockedHL_WaitForValue64 real_InterlockedHL_WaitForValue64
|
|
#define InterlockedHL_WaitForNotValue real_InterlockedHL_WaitForNotValue
|
|
#define InterlockedHL_WaitForNotValue64 real_InterlockedHL_WaitForNotValue64
|
|
#define InterlockedHL_SetAndWake real_InterlockedHL_SetAndWake
|
|
#define InterlockedHL_SetAndWake64 real_InterlockedHL_SetAndWake64
|
|
#define InterlockedHL_SetAndWakeAll real_InterlockedHL_SetAndWakeAll
|
|
#define InterlockedHL_SetAndWakeAll64 real_InterlockedHL_SetAndWakeAll64
|
|
#define InterlockedHL_CompareExchangeIf real_InterlockedHL_CompareExchangeIf
|
|
#define InterlockedHL_CompareExchange64If real_InterlockedHL_CompareExchange64If
|
|
#define InterlockedHL_DecrementAndWake real_InterlockedHL_DecrementAndWake
|
|
#define InterlockedHL_DecrementAndWake64 real_InterlockedHL_DecrementAndWake64
|
|
|
|
#define INTERLOCKED_HL_RESULT real_INTERLOCKED_HL_RESULT
|