/external/webkit/WebKit/android/jni/ |
WebViewCore.h | 466 static Mutex gFrameCacheMutex; 480 static Mutex gCursorBoundsMutex; 481 // These two fields go together: we use the mutex to protect access to 484 static Mutex gButtonMutex; 513 static Mutex m_contentMutex; // protects ui/core thread pictureset access
|
/frameworks/base/libs/surfaceflinger/ |
Layer.cpp | 86 Mutex::Autolock _l(mLock); 150 Mutex::Autolock _l(mLock); 342 Mutex::Autolock _l(mLock); 379 Mutex::Autolock _l(mLock); 482 Mutex::Autolock _l(mLock);
|
/external/sqlite/dist/ |
sqlite3.c | 696 ** This interface only reports on the compile-time mutex setting 8336 sqlite3_mutex *mutex; \/* Connection mutex *\/ member in struct:sqlite3 9883 sqlite3_mutex_methods mutex; \/* Low-level mutex interface *\/ member in struct:Sqlite3Config 12272 sqlite3_mutex *mutex; local 12316 sqlite3_mutex *mutex = 0; local 12341 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local 12737 sqlite3_mutex *mutex; member in struct:__anon5805 13237 sqlite3_mutex *mutex; member in struct:Mem3Global 13913 sqlite3_mutex *mutex; member in struct:Mem5Global 14762 HMTX mutex; \/* Mutex controlling the lock *\/ member in struct:sqlite3_mutex 14844 HMTX mutex; local 15035 pthread_mutex_t mutex; \/* Mutex controlling the lock *\/ member in struct:sqlite3_mutex 15358 CRITICAL_SECTION mutex; \/* Mutex controlling the lock *\/ member in struct:sqlite3_mutex 15697 sqlite3_mutex *mutex; \/* Mutex to serialize access *\/ member in struct:Mem0Global 17444 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG); local 30309 sqlite3_mutex *mutex; \/* static mutex MUTEX_STATIC_LRU *\/ member in struct:PCacheGlobal 37224 sqlite3_mutex *mutex; \/* Non-recursive mutex required to access this struct *\/ member in struct:BtShared 46168 sqlite3_mutex *mutex; \/* Mutex to protect source database *\/ local 50609 sqlite3_mutex *mutex; local 50655 sqlite3_mutex *mutex = ((Vdbe*)pStmt)->db->mutex; local 76866 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local 76900 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local 76929 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); local [all...] |
sqlite3.c.orig | 696 ** This interface only reports on the compile-time mutex setting [all...] |
/external/kernel-headers/original/linux/ |
serial_core.h | 144 #include <linux/mutex.h> 296 struct mutex mutex; member in struct:uart_state
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglvideo.c | 291 /* Create the hardware surface lock mutex */ 294 SDL_SetError("Unable to create lock mutex"); 476 /* Clear the lock mutex */
|
/external/skia/src/core/ |
SkGlyphCache.cpp | 513 /* Release the mutex now, before we create a new entry (which might have 514 side-effects like trying to access the cache/mutex (yikes!) 516 ac.release(); // release the mutex now
|
/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:
|
/external/v8/src/ |
platform-freebsd.cc | 469 class FreeBSDMutex : public Mutex { 495 pthread_mutex_t mutex_; // Pthread mutex for POSIX platforms. 499 Mutex* OS::CreateMutex() {
|
platform-openbsd.cc | 442 class OpenBSDMutex : public Mutex { 468 pthread_mutex_t mutex_; // Pthread mutex for POSIX platforms. 472 Mutex* OS::CreateMutex() {
|
/frameworks/base/include/private/surfaceflinger/ |
SharedBufferStack.h | 132 Mutex lock; 184 Mutex::Autolock _l(client.lock); 220 Mutex::Autolock _l(client.lock);
|
/frameworks/base/media/jni/ |
android_media_MediaRecorder.cpp | 56 static Mutex sLock; 131 Mutex::Autolock l(sLock); 138 Mutex::Autolock l(sLock);
|
android_media_MediaMetadataRetriever.cpp | 42 static Mutex sLock; 252 Mutex::Autolock lock(sLock);
|
android_media_MediaProfiles.cpp | 31 static Mutex sLock; 40 Mutex::Autolock lock(sLock);
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-12 | 334 location arguments to the error-checking-mutex functions const and 336 error-checking-mutex code quite a bit. (#335198, Chris Wilson) 343 avoid recursions into the errorcheking mutex code (and out of 346 * tests/errorcheck-mutex-test.c: Adapt to GLib coding standards. 362 * tests/Makefile.am, tests/errorcheck-mutex-test: New test program 562 async queue mutex.
|
/external/bluetooth/glib/gthread/ |
ChangeLog | 476 struct, or to a mutex HANDLE. This is needed in case the user 599 errorcheck mutexes to abort, if a locked mutex is freed. 611 for -DG_ERRORCHECK_MUTEXES and not the name of the mutex. 659 a mutex. 688 of the initialized mutex to USYNC_THREAD. Thanks to Soeren 750 &pthread_(cond|mutex)attr_default instead of NULL. Hint from
|
/frameworks/base/media/libmedia/ |
AudioTrack.cpp | 471 Mutex::Autolock _l(cblk->lock); 562 Mutex::Autolock _l(mCblk->lock); 698 //unlock cblk mutex before calling mAudioTrack->start() (see issue #1617140) 986 : lock(Mutex::SHARED), cv(Condition::SHARED), user(0), server(0), 1083 Mutex::Autolock _l(lock); 1109 Mutex::Autolock _l(lock);
|
/external/opencore/android/author/ |
android_audio_input.h | 79 class Mutex; 456 Mutex *iAudioThreadStartLock;
|
/external/opencore/doc/oscl_html/ |
osclconfig__proc__check_8h.html | 66 type TOsclMutexObject should be defined as the type used as a mutex object or handle on the target platform. Example: typedef pthread_mutex_t TOsclMutexObject; </td> 88 type TOsclSemaphoreObject should be defined as the type used as a mutex object or handle on the target platform. Example: typedef sem_t TOsclSemaphoreObject; </td>
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_events.c | 128 On the P of the lock mutex, if the lock is held, this thread 132 so as soon as the mutex is free, other threads can see that
|
/frameworks/base/include/media/ |
AudioRecord.h | 320 Mutex mLock; 334 Mutex mRecordThreadLock;
|
/frameworks/base/include/utils/ |
AssetManager.h | 273 static Mutex gLock; 315 mutable Mutex mLock;
|
/frameworks/base/libs/binder/ |
BpBinder.cpp | 102 Mutex::Autolock _l(mLock); 115 Mutex::Autolock _l(mLock);
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | 226 Mutex::Autolock lock(mLock); 252 Mutex::Autolock lock(mLock); 291 Mutex::Autolock lock(mLock); 358 Mutex::Autolock lock(mLock); 362 // always call with mutex held 623 Mutex::Autolock lock(mLock); 805 // always call with mutex held 986 Mutex::Autolock lock(mLock); [all...] |
/bootable/recovery/minzip/ |
Log.h | 11 // supports O_APPEND. These calls have mutex-protected data structures
|