/external/webkit/WebCore/storage/ |
Database.cpp | 88 static Mutex& guidMutex() 93 DEFINE_STATIC_LOCAL(Mutex, mutex, ()); 94 return mutex; 107 // Ensure the the mutex is locked. 464 DEFINE_STATIC_LOCAL(Mutex, stringIdentifierMutex, ());
|
DatabaseTracker.cpp | 735 // Make sure not to hold the m_openDatabaseMapGuard mutex when calling 770 static Mutex& notificationMutex() 772 DEFINE_STATIC_LOCAL(Mutex, mutex, ()); 773 return mutex;
|
/bionic/libc/kernel/common/linux/ |
blkdev.h | 358 struct mutex sysfs_lock;
|
/hardware/ti/wlan/wl1271/platforms/hw/linux/ |
SdioAdapter.c | 48 #include <linux/mutex.h>
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
blkdev.h | 358 struct mutex sysfs_lock;
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
blkdev.h | 358 struct mutex sysfs_lock;
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
blkdev.h | 358 struct mutex sysfs_lock;
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
blkdev.h | 358 struct mutex sysfs_lock;
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
blkdev.h | 358 struct mutex sysfs_lock;
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
blkdev.h | 358 struct mutex sysfs_lock;
|
/system/wlan/ti/wilink_6_1/platforms/hw/linux/ |
SdioAdapter.c | 48 #include <linux/mutex.h>
|
/dalvik/vm/ |
Sync.c | 639 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex, 646 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts); 648 ret = pthread_cond_timedwait(cond, mutex, &ts); 722 * not order sensitive as we hold the pthread mutex. 795 * updates is not order sensitive as we hold the pthread mutex. [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | 207 static GMutex *smc_tree_mutex = NULL; /* mutex for G_SLICE=debug-blocks */ 391 g_mutex_lock_a (GMutex *mutex, 395 if (!g_mutex_trylock (mutex)) 397 g_mutex_lock (mutex); 575 /* g_mutex_lock (allocator->mutex); done by caller */ 646 /* g_mutex_unlock (allocator->mutex); was done by magazine_cache_trim() */ [all...] |
/external/stlport/stlport/stl/ |
_threads.h | 62 # include <mutex.h> 264 // (This is similar to the ways that a pthreads mutex can be initialized.) 659 // mutex if it's available:
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 713 * @param mutex pointer to mutex for synchronizing the value change on 721 void AACENC_IncrementBufferCounterByOne(pthread_mutex_t* mutex, OMX_U32 *counter);
|
/external/kernel-headers/original/linux/ |
input.h | 915 struct mutex mutex; /* serializes open and close operations */ member in struct:input_dev
|
blkdev.h | 432 struct mutex sysfs_lock;
|
rtnetlink.h | 616 #include <linux/mutex.h>
|
fb.h | 767 struct mutex bl_mutex; [all...] |
/external/stlport/src/ |
allocators.cpp | 212 static _STLP_STATIC_MUTEX mutex _STLP_MUTEX_INITIALIZER; 213 return mutex; [all...] |
/frameworks/base/camera/libcameraservice/ |
CameraService.cpp | 104 Mutex::Autolock lock(mServiceLock); 159 Mutex::Autolock lock(mServiceLock); 261 Mutex::Autolock _l(mLock); 275 Mutex::Autolock _l(mLock); 307 Mutex::Autolock _l(mLock); 390 Mutex::Autolock lock(mLock); 436 Mutex::Autolock lock(mLock); 440 Mutex::Autolock surfaceLock(mSurfaceLock); 477 Mutex::Autolock lock(mLock); 500 Mutex::Autolock lock(mLock) [all...] |
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.cpp | 127 Mutex::Autolock _l(mLock); 160 Mutex::Autolock _l(mLock); 193 Mutex::Autolock _l(mLock); 222 Mutex::Autolock _l(mLock); 232 Mutex::Autolock _l(mLock); 242 Mutex::Autolock _l(mLock); 252 Mutex::Autolock _l(mLock); 265 Mutex::Autolock _l(mLock); 274 Mutex::Autolock _l(mLock); 283 Mutex::Autolock _l(mLock) [all...] |
/bionic/libc/bionic/ |
dlmalloc.c | 136 etc is surrounded with either a pthread mutex or a win32 255 pthread or WIN32 mutex lock/unlock. (If set true, this can be 2108 MLOCK_T mutex; \/* locate lock among fields that rarely change *\/ member in struct:malloc_state [all...] |
/external/libffi/src/ |
dlmalloc.c | 109 etc is surrounded with either a pthread mutex or a win32 228 pthread or WIN32 mutex lock/unlock. (If set true, this can be 2028 MLOCK_T mutex; \/* locate lock among fields that rarely change *\/ member in struct:malloc_state [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 145 etc is surrounded with either a pthread mutex or a win32 264 pthread or WIN32 mutex lock/unlock. (If set true, this can be 2038 MLOCK_T mutex; \/* locate lock among fields that rarely change *\/ member in struct:malloc_state [all...] |