mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
10 lines
435 B
Python
10 lines
435 B
Python
@ stdcall RtlInitializeConditionVariable(ptr)
|
|
@ stdcall RtlWakeConditionVariable(ptr)
|
|
@ stdcall RtlWakeAllConditionVariable(ptr)
|
|
@ stdcall RtlSleepConditionVariableCS(ptr ptr ptr)
|
|
@ stdcall RtlSleepConditionVariableSRW(ptr ptr ptr long)
|
|
@ stdcall RtlInitializeSRWLock(ptr)
|
|
@ stdcall RtlAcquireSRWLockShared(ptr)
|
|
@ stdcall RtlReleaseSRWLockShared(ptr)
|
|
@ stdcall RtlAcquireSRWLockExclusive(ptr)
|
|
@ stdcall RtlReleaseSRWLockExclusive(ptr)
|