OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutex
(Results
276 - 300
of
750
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.h
60
mutable
Mutex
mLock;
MidiFile.h
63
Mutex
mMutex;
VorbisPlayer.h
73
Mutex
mMutex;
/frameworks/base/media/libstagefright/
FileSource.cpp
48
Mutex
::Autolock autoLock(mLock);
/frameworks/base/media/libstagefright/include/
HTTPStream.h
66
Mutex
mLock;
SampleTable.h
83
Mutex
mLock;
/frameworks/base/media/libstagefright/omx/tests/
OMXHarness.h
85
Mutex
mLock;
/frameworks/base/opengl/libagl/
TokenManager.h
45
mutable
Mutex
mLock;
/hardware/msm7k/librpc/
svc_clnt_common.c
40
* by locking a
mutex
around the RPC call. If threads in the same process
42
* the use of a
mutex
in clnt_call().
51
* the
mutex
for the case where different programs are being called
53
* we'll need to optimize the RPC library to add a separate
mutex
for
/hardware/ti/omap3/dspbridge/libbridge/inc/
qosti_dspdecl.h
98
* taken as the Scratch Group/
Mutex
Id
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
elevator.h
89
struct
mutex
sysfs_lock;
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
elevator.h
89
struct
mutex
sysfs_lock;
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
elevator.h
89
struct
mutex
sysfs_lock;
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
elevator.h
89
struct
mutex
sysfs_lock;
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
elevator.h
89
struct
mutex
sysfs_lock;
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
elevator.h
89
struct
mutex
sysfs_lock;
/system/extras/tests/bionic/libc/common/
test_static_cpp_mutex.cpp
28
/* this program is used to test the locking of a recursive
mutex
in a static C++ constructor
/external/bluetooth/glib/
glibconfig.h
168
#define g_static_mutex_get_mutex(
mutex
) \
169
(g_thread_use_default_impl ? ((GMutex*)(gpointer) ((
mutex
)->static_mutex.pad)) : \
170
g_static_mutex_get_mutex_impl_shortcut (&((
mutex
)->runtime_mutex)))
/external/icu4c/common/
brkeng.cpp
145
// TODO: The global
mutex
should not be used.
146
// The global
mutex
should only be used for short periods.
147
// A ICULanguageBreakFactory specific
mutex
should be used.
/external/kernel-headers/original/linux/
rtc.h
114
#include <linux/
mutex
.h>
145
struct
mutex
ops_lock;
149
struct
mutex
char_lock;
/external/opencore/doc/oscl_html/
oscl__mutex_8h.html
9
<hr><h1>oscl_mutex.h File Reference</h1>This file provides implementation of
mutex
.
28
This file provides implementation of
mutex
.
52
Class OsclNoYieldMutex can be used in use cases where there will be no CPU-yielding operation done while the
Mutex
is locked.
/external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h
73
register_lock_ = new
Mutex
;
110
static
Mutex
* register_lock_; // multithreading lock
120
Mutex
*FstRegister<A>::register_lock_ = 0;
/external/webkit/JavaScriptCore/wtf/
CONTRIBUTORS.pthreads-win32
77
Mutex
enhancements.
86
new
mutex
implementation in 'futex' style;
93
re-implemented
mutex
routines to avoid Win32 mutexes
/frameworks/base/libs/audioflinger/
AudioHardwareGeneric.h
62
Mutex
mLock;
95
Mutex
mLock;
140
Mutex
mLock;
/frameworks/base/libs/surfaceflinger/
LayerBuffer.h
141
mutable
Mutex
mBufferSourceLock;
189
mutable
Mutex
mOverlaySourceLock;
213
mutable
Mutex
mLock;
Completed in 223 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>