Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 92 of file reentrancy.c.
Referenced by auxMessage(), midMessage(), MmeCloseDevice(), MmeOpenDevice(), modMessage(), mxdMessage(), widMessage(), and wodMessage().
{ UCHAR i; SND_ASSERT( IS_VALID_SOUND_DEVICE_TYPE(DeviceType) ); i = SOUND_DEVICE_TYPE_TO_INDEX(DeviceType); SND_ASSERT( EntrypointMutexes[i] ); ReleaseMutex(EntrypointMutexes[i]); }