mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
18 lines
604 B
Python
18 lines
604 B
Python
|
|
@ stdcall InitOnceExecuteOnce(ptr ptr ptr ptr)
|
|
@ stdcall GetFileInformationByHandleEx(long long ptr long)
|
|
@ stdcall -ret64 GetTickCount64()
|
|
|
|
@ stdcall InitializeSRWLock(ptr)
|
|
@ stdcall AcquireSRWLockExclusive(ptr)
|
|
@ stdcall AcquireSRWLockShared(ptr)
|
|
@ stdcall ReleaseSRWLockExclusive(ptr)
|
|
@ stdcall ReleaseSRWLockShared(ptr)
|
|
|
|
@ stdcall InitializeConditionVariable(ptr)
|
|
@ stdcall SleepConditionVariableCS(ptr ptr long)
|
|
@ stdcall SleepConditionVariableSRW(ptr ptr long long)
|
|
@ stdcall WakeAllConditionVariable(ptr)
|
|
@ stdcall WakeConditionVariable(ptr)
|
|
|
|
@ stdcall InitializeCriticalSectionEx(ptr long long)
|