mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 17:12:31 +00:00
61bcac108c
I've added more of the ".def" files from mingw. The list is based on all the libraries referenced by the win32metadata project. (see https://github.com/marlersoft/zigwin32).
60 lines
1.1 KiB
Modula-2
60 lines
1.1 KiB
Modula-2
LIBRARY api-ms-win-core-synch-l1-2-0
|
|
|
|
EXPORTS
|
|
|
|
AcquireSRWLockExclusive
|
|
AcquireSRWLockShared
|
|
CancelWaitableTimer
|
|
CreateEventA
|
|
CreateEventExA
|
|
CreateEventExW
|
|
CreateEventW
|
|
CreateMutexA
|
|
CreateMutexExA
|
|
CreateMutexExW
|
|
CreateMutexW
|
|
CreateSemaphoreExW
|
|
CreateWaitableTimerExW
|
|
DeleteCriticalSection
|
|
EnterCriticalSection
|
|
InitializeConditionVariable
|
|
InitializeCriticalSection
|
|
InitializeCriticalSectionAndSpinCount
|
|
InitializeCriticalSectionEx
|
|
InitializeSRWLock
|
|
InitOnceBeginInitialize
|
|
InitOnceComplete
|
|
InitOnceExecuteOnce
|
|
InitOnceInitialize
|
|
LeaveCriticalSection
|
|
OpenEventA
|
|
OpenEventW
|
|
OpenMutexW
|
|
OpenSemaphoreW
|
|
OpenWaitableTimerW
|
|
ReleaseMutex
|
|
ReleaseSemaphore
|
|
ReleaseSRWLockExclusive
|
|
ReleaseSRWLockShared
|
|
ResetEvent
|
|
SetCriticalSectionSpinCount
|
|
SetEvent
|
|
SetWaitableTimer
|
|
SetWaitableTimerEx
|
|
SignalObjectAndWait
|
|
Sleep
|
|
SleepConditionVariableCS
|
|
SleepConditionVariableSRW
|
|
SleepEx
|
|
TryAcquireSRWLockExclusive
|
|
TryAcquireSRWLockShared
|
|
TryEnterCriticalSection
|
|
WaitForMultipleObjectsEx
|
|
WaitForSingleObject
|
|
WaitForSingleObjectEx
|
|
WaitOnAddress
|
|
WakeAllConditionVariable
|
|
WakeByAddressAll
|
|
WakeByAddressSingle
|
|
WakeConditionVariable
|