OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_unlock_shared
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/
locks.h
45
#define
object_unlock_shared
(thiz) object_unlock_exclusive(thiz)
macro
56
#define interface_unlock_shared(thiz)
object_unlock_shared
(InterfaceToIObject(thiz))
66
#define object_unlock_peek(thiz)
object_unlock_shared
(thiz)
/frameworks/wilhelm/src/itf/
IMuteSolo.c
181
object_unlock_shared
(thisObject);
IEffectSend.c
72
object_unlock_shared
(&outputMix->mObject);
IObject.c
294
object_unlock_shared
(thiz);
673
object_unlock_shared
(thiz);
Completed in 51 milliseconds