OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_unlock_exclusive_attributes
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/src/
locks.h
28
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))
locks.c
166
void
object_unlock_exclusive_attributes
(IObject *thiz, unsigned attributes)
/frameworks/wilhelm/src/desktop/
SndFile.c
88
object_unlock_exclusive_attributes
(&thisAP->mObject, ATTR_TRANSPORT);
Completed in 59 milliseconds