Home
last modified time | relevance | path

Searched refs:object_unlock_exclusive_attributes (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/
Dlocks.h28 extern void object_unlock_exclusive_attributes(IObject *thiz, unsigned attr);
37 #define object_unlock_exclusive_attributes(thiz, attr) \ macro
54 object_unlock_exclusive_attributes(InterfaceToIObject(thiz), (attr))
Dlocks.c165 void object_unlock_exclusive_attributes(IObject *thiz, unsigned attributes) in object_unlock_exclusive_attributes_()
/frameworks/wilhelm/src/desktop/
DSndFile.c88 object_unlock_exclusive_attributes(&thisAP->mObject, ATTR_TRANSPORT); in SndFile_Callback()