HomeSort by relevance Sort by last modified time
    Searched full:mutex (Results 301 - 325 of 750) sorted by null

<<11121314151617181920>>

  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 220 Mutex mLock; // API lock -- all public methods
221 Mutex mCallbackLock;
222 Mutex mStateLock;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Pform/Linux/
TILibLinux.cpp 265 // the following line releases the mutex and waits until the
267 // mutex again, unless an exception is thrown, in which case
268 // the mutex is unlocked
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/bluetooth/bluez/audio/
liba2dp.c 128 pthread_mutex_t mutex; member in struct:bluetooth_data
952 pthread_mutex_lock(&data->mutex);
954 pthread_mutex_unlock(&data->mutex);
974 pthread_mutex_lock(&data->mutex);
984 err = pthread_cond_timedwait(&data->client_wait, &data->mutex, &ts);
1006 pthread_mutex_unlock(&data->mutex);
1022 pthread_mutex_destroy(&data->mutex);
1036 pthread_mutex_lock(&data->mutex);
1044 pthread_cond_wait(&data->thread_wait, &data->mutex);
1097 pthread_mutex_unlock(&data->mutex);
    [all...]
  /external/bluetooth/glib/gthread/
gthread-posix.c 169 g_mutex_free_posix_impl (GMutex * mutex)
171 posix_check_cmd (pthread_mutex_destroy ((pthread_mutex_t *) mutex));
172 g_free (mutex);
183 g_mutex_trylock_posix_impl (GMutex * mutex)
187 result = pthread_mutex_trylock ((pthread_mutex_t *) mutex);
  /frameworks/base/libs/audioflinger/
A2dpAudioInterface.cpp 273 Mutex::Autolock lock(mLock);
334 Mutex::Autolock lock(mLock);
405 Mutex::Autolock lock(mLock);
421 Mutex::Autolock lock(mLock);
440 Mutex::Autolock lock(mLock);
  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 261 Mutex::Autolock _l(mLock);
276 Mutex::Autolock _l(mLock);
289 Mutex::Autolock _l(mLock);
311 Mutex::Autolock _l(mLock);
322 Mutex::Autolock _l(mLock);
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 151 static Mutex engineMutex;
161 Mutex mPlayLock;
412 Mutex::Autolock l(engineMutex);
441 Mutex::Autolock l(engineMutex);
497 Mutex::Autolock l(engineMutex);
522 Mutex::Autolock l(engineMutex);
583 Mutex::Autolock l(engineMutex);
607 Mutex::Autolock l(engineMutex);
643 Mutex::Autolock l(engineMutex);
749 Mutex::Autolock l(engineMutex)
    [all...]
  /dalvik/vm/
Thread.h 118 * to read suspendCount, and we need to hold a mutex when making
186 /* mutex to guard the interrupted and the waitMonitor members */
357 * Initialize a mutex.
376 * Grab a plain mutex.
385 * Try grabbing a plain mutex. Returns 0 if successful.
393 * Unlock pthread mutex.
402 * Destroy a mutex.
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.cpp 85 static Mutex* sharedResourceMutex(curl_lock_data data) {
86 DEFINE_STATIC_LOCAL(Mutex, cookieMutex, ());
87 DEFINE_STATIC_LOCAL(Mutex, dnsMutex, ());
88 DEFINE_STATIC_LOCAL(Mutex, shareMutex, ());
108 if (Mutex* mutex = sharedResourceMutex(data))
109 mutex->lock();
114 if (Mutex* mutex = sharedResourceMutex(data))
115 mutex->unlock()
    [all...]
  /frameworks/base/libs/surfaceflinger/
LayerBuffer.cpp 169 Mutex::Autolock _l(mLock);
189 Mutex::Autolock _l(mLock);
201 Mutex::Autolock _l(mLock);
207 Mutex::Autolock _l(mLock);
404 Mutex::Autolock _l(mBufferSourceLock);
429 Mutex::Autolock _l(mBufferSourceLock);
437 Mutex::Autolock _l(mBufferSourceLock);
443 Mutex::Autolock _l(mBufferSourceLock);
699 Mutex::Autolock _l(mOverlaySourceLock);
718 Mutex::Autolock _l(mOverlaySourceLock)
    [all...]
  /external/icu4c/i18n/
transreg.h 67 * it when the registry mutex is NOT held, to prevent deadlock.
73 * mutex.
86 * method must be called inside the TransliteratorRegistry mutex.
91 * mutex, because it can instantiate Transliterators embedded in
183 * OUTSIDE THE REGISTRY MUTEX, then call this method to retry
189 * from within the TransliteratorRegistry mutex.
  /frameworks/base/include/surfaceflinger/
Surface.h 123 mutable Mutex mLock;
255 mutable Mutex mSurfaceLock;
256 mutable Mutex mApiLock;
  /frameworks/base/libs/binder/
MemoryHeapPmem.cpp 173 Mutex::Autolock _l(mLock);
229 Mutex::Autolock _l(mLock);
243 Mutex::Autolock _l(mLock);
  /frameworks/base/media/libstagefright/
TimedEventQueue.cpp 107 Mutex::Autolock autoLock(mLock);
162 Mutex::Autolock autoLock(mLock);
228 Mutex::Autolock autoLock(mLock);
  /external/bluetooth/glib/glib/
gtimer.c 183 static GStaticMutex mutex = G_STATIC_MUTEX_INIT;
195 g_static_mutex_lock (&mutex);
200 while (g_cond_timed_wait (cond, g_static_mutex_get_mutex (&mutex),
204 g_static_mutex_unlock (&mutex);
  /external/icu4c/common/
servnotf.h 29 #include "mutex.h"
ucln.h 26 * None of the cleanup functions should use a mutex to clean up an API's
uinit.c 93 * reasons (avoiding a mutex lock even for _checking_ whether the
  /external/kernel-headers/original/linux/
elevator.h 84 struct mutex sysfs_lock;
quota.h 135 #include <linux/mutex.h>
218 struct mutex dq_lock; /* dquot IO lock */
288 struct mutex dqio_mutex; /* lock device while I/O in progress */
289 struct mutex dqonoff_mutex; /* Serialize quotaon & quotaoff */
tty.h 15 #include <linux/mutex.h>
223 struct mutex atomic_read_lock;
224 struct mutex atomic_write_lock;
311 extern struct mutex tty_mutex;
  /external/opencore/oscl/oscl/config/android/
osclconfig_proc_unix_android.h 50 // threads, mutex, semaphores
  /external/opencore/oscl/oscl/config/shared/
osclconfig_proc_unix_common.h 49 // threads, mutex, semaphores
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.h 51 HMTX hmtxUseSrcBuffer; // Mutex semaphore to manipulate src buffer

Completed in 2398 milliseconds

<<11121314151617181920>>