Home
last modified time | relevance | path

Searched refs:object_unlock_shared (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
Dlocks.h47 #define object_unlock_shared(thiz) object_unlock_exclusive(thiz) macro
58 #define interface_unlock_shared(thiz) object_unlock_shared(InterfaceToIObject(thiz))
68 #define object_unlock_peek(thiz) object_unlock_shared(thiz)
/frameworks/wilhelm/src/itf/
DIMuteSolo.cpp181 object_unlock_shared(thisObject); in IMuteSolo_GetNumChannels()
DIObject.cpp294 object_unlock_shared(thiz); in IObject_GetState()
672 object_unlock_shared(thiz); in IObject_GetPriority()
DIEffectSend.cpp72 object_unlock_shared(&outputMix->mObject); in getEnableLevel()