mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
11 lines
435 B
RPMSpec
11 lines
435 B
RPMSpec
|
@ 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)
|