OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:object_unlock_exclusive
(Results
1 - 16
of
16
) sorted by null
/frameworks/wilhelm/src/
locks.h
29
extern void
object_unlock_exclusive
(IObject *thiz);
38
#define
object_unlock_exclusive
(thiz) object_unlock_exclusive_((thiz), __FILE__, __LINE__)
macro
47
#define object_unlock_shared(thiz)
object_unlock_exclusive
(thiz)
54
#define interface_unlock_exclusive(thiz)
object_unlock_exclusive
(InterfaceToIObject(thiz))
sync.c
42
object_unlock_exclusive
(&thiz->mObject);
55
object_unlock_exclusive
(&thiz->mObject);
77
object_unlock_exclusive
(instance);
87
object_unlock_exclusive
(instance);
entry.c
129
object_unlock_exclusive
(&thiz->mObject);
sles.c
94
object_unlock_exclusive
(object);
116
object_unlock_exclusive
(object);
locks.c
148
void
object_unlock_exclusive
(IObject *thiz)
function
/frameworks/wilhelm/src/itf/
I3DCommit.c
36
object_unlock_exclusive
(thisObject);
51
object_unlock_exclusive
(thisObject);
IDynamicInterfaceManagement.c
50
object_unlock_exclusive
(thisObject);
94
object_unlock_exclusive
(thisObject);
135
object_unlock_exclusive
(thisObject);
158
object_unlock_exclusive
(thisObject);
191
object_unlock_exclusive
(thisObject);
267
object_unlock_exclusive
(thisObject);
306
object_unlock_exclusive
(thisObject);
343
object_unlock_exclusive
(thisObject);
383
object_unlock_exclusive
(thisObject);
406
object_unlock_exclusive
(thisObject)
[
all
...]
IObject.c
75
object_unlock_exclusive
(thiz);
105
object_unlock_exclusive
(thiz);
123
object_unlock_exclusive
(thiz);
130
object_unlock_exclusive
(thiz);
145
object_unlock_exclusive
(thiz);
155
object_unlock_exclusive
(thiz);
218
object_unlock_exclusive
(thiz);
238
object_unlock_exclusive
(thiz);
251
object_unlock_exclusive
(thiz);
258
object_unlock_exclusive
(thiz)
[
all
...]
IDynamicSource.c
42
object_unlock_exclusive
(thisObject);
I3DGrouping.c
64
object_unlock_exclusive
(newGroupObject);
IOutputMixExt.c
158
object_unlock_exclusive
(&audioPlayer->mObject);
325
object_unlock_exclusive
(thisObject);
/frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp
91
object_unlock_exclusive
(&mp->mObject);
131
object_unlock_exclusive
(&mp->mObject);
168
object_unlock_exclusive
(&mp->mObject);
192
object_unlock_exclusive
(&mp->mObject);
240
object_unlock_exclusive
(&mp->mObject);
280
object_unlock_exclusive
(&mp->mObject);
478
object_unlock_exclusive
(&mp->mObject);
AudioPlayer_to_android.cpp
161
object_unlock_exclusive
(&ap->mObject);
715
object_unlock_exclusive
(&ap->mObject);
767
object_unlock_exclusive
(&ap->mObject);
790
object_unlock_exclusive
(&ap->mObject);
838
object_unlock_exclusive
(&ap->mObject);
[
all
...]
AudioRecorder_to_android.cpp
514
object_unlock_exclusive
(&ar->mObject);
android_Effect.cpp
327
object_unlock_exclusive
(&ieq->mThis->mEngine->mObject);
/frameworks/wilhelm/src/desktop/
SndFile.c
76
object_unlock_exclusive
(&thisAP->mObject);
209
object_unlock_exclusive
(&audioPlayer->mObject);
Completed in 276 milliseconds