| 1 | LIBRARY api-ms-win-core-synch-l1-1-0 |
| 2 | |
| 3 | EXPORTS |
| 4 | |
| 5 | AcquireSRWLockExclusive |
| 6 | AcquireSRWLockShared |
| 7 | CancelWaitableTimer |
| 8 | CreateEventA |
| 9 | CreateEventExA |
| 10 | CreateEventExW |
| 11 | CreateEventW |
| 12 | CreateMutexA |
| 13 | CreateMutexExA |
| 14 | CreateMutexExW |
| 15 | CreateMutexW |
| 16 | CreateSemaphoreExW |
| 17 | CreateWaitableTimerExW |
| 18 | DeleteCriticalSection |
| 19 | EnterCriticalSection |
| 20 | InitializeCriticalSection |
| 21 | InitializeCriticalSectionAndSpinCount |
| 22 | InitializeCriticalSectionEx |
| 23 | InitializeSRWLock |
| 24 | LeaveCriticalSection |
| 25 | OpenEventA |
| 26 | OpenEventW |
| 27 | OpenMutexW |
| 28 | OpenSemaphoreW |
| 29 | OpenWaitableTimerW |
| 30 | ReleaseMutex |
| 31 | ReleaseSemaphore |
| 32 | ReleaseSRWLockExclusive |
| 33 | ReleaseSRWLockShared |
| 34 | ResetEvent |
| 35 | SetCriticalSectionSpinCount |
| 36 | SetEvent |
| 37 | SetWaitableTimer |
| 38 | SetWaitableTimerEx |
| 39 | SleepEx |
| 40 | TryAcquireSRWLockExclusive |
| 41 | TryAcquireSRWLockShared |
| 42 | TryEnterCriticalSection |
| 43 | WaitForMultipleObjectsEx |
| 44 | WaitForSingleObject |
| 45 | WaitForSingleObjectEx |