mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
45 lines
816 B
Modula-2
Vendored
45 lines
816 B
Modula-2
Vendored
LIBRARY api-ms-win-core-synch-l1-1-0
|
|
|
|
EXPORTS
|
|
|
|
AcquireSRWLockExclusive
|
|
AcquireSRWLockShared
|
|
CancelWaitableTimer
|
|
CreateEventA
|
|
CreateEventExA
|
|
CreateEventExW
|
|
CreateEventW
|
|
CreateMutexA
|
|
CreateMutexExA
|
|
CreateMutexExW
|
|
CreateMutexW
|
|
CreateSemaphoreExW
|
|
CreateWaitableTimerExW
|
|
DeleteCriticalSection
|
|
EnterCriticalSection
|
|
InitializeCriticalSection
|
|
InitializeCriticalSectionAndSpinCount
|
|
InitializeCriticalSectionEx
|
|
InitializeSRWLock
|
|
LeaveCriticalSection
|
|
OpenEventA
|
|
OpenEventW
|
|
OpenMutexW
|
|
OpenSemaphoreW
|
|
OpenWaitableTimerW
|
|
ReleaseMutex
|
|
ReleaseSemaphore
|
|
ReleaseSRWLockExclusive
|
|
ReleaseSRWLockShared
|
|
ResetEvent
|
|
SetCriticalSectionSpinCount
|
|
SetEvent
|
|
SetWaitableTimer
|
|
SetWaitableTimerEx
|
|
SleepEx
|
|
TryAcquireSRWLockExclusive
|
|
TryAcquireSRWLockShared
|
|
TryEnterCriticalSection
|
|
WaitForMultipleObjectsEx
|
|
WaitForSingleObject
|
|
WaitForSingleObjectEx
|