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

<<11121314151617181920>>

  /external/opencore/oscl/oscl/config/shared/
osclconfig_proc_check.h 124 a mutex object or handle
133 a mutex object or handle
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 139 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, but we need to guard against the remote port getting closed/freed, so create a standalone reference.
236 // The remote port's ScriptExecutionContext is guaranteed not to change here - MessagePort::contextDestroyed() will close the port before the context goes away, and close() will block because we are holding the mutex.
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
Synchronizer.java 33 * It is just a special kind of mutex.
71 * If the mutex is already locked by another thread, the current thread will be put
  /frameworks/base/cmds/runtime/
SignalHandler.h 72 mutable Mutex mLock;
129 static Mutex mInstanceLock;
  /frameworks/base/include/camera/
Camera.h 99 class Mutex;
207 static Mutex mLock;
  /frameworks/base/include/media/
mediaplayer.h 179 Mutex mLock;
180 Mutex mNotifyLock;
mediarecorder.h 193 Mutex mLock;
194 Mutex mNotifyLock;
  /frameworks/base/libs/audioflinger/
AudioPolicyService.h 194 Mutex mLock;
206 Mutex mLock; // prevents concurrent access to AudioPolicy manager functions changing device
  /frameworks/base/media/libmedia/
AudioSystem.cpp 38 Mutex AudioSystem::gLock;
56 Mutex::Autolock _l(gLock);
370 Mutex::Autolock _l(AudioSystem::gLock);
390 Mutex::Autolock _l(AudioSystem::gLock);
455 Mutex::Autolock _l(gLock);
571 Mutex::Autolock _l(gLock);
580 Mutex::Autolock _l(gLock);
666 Mutex::Autolock _l(AudioSystem::gLock);
  /frameworks/base/media/libstagefright/
CameraSource.cpp 226 Mutex::Autolock autoLock(mLock);
249 Mutex::Autolock autoLock(mLock);
HTTPStream.cpp 51 Mutex::Autolock autoLock(mLock);
107 Mutex::Autolock autoLock(mLock);
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.h 54 // Mutex to access this data structure
56 // LOC ioctl callback arrived mutex
  /frameworks/base/libs/binder/
MemoryDealer.cpp 157 mutable Mutex mLock;
291 Mutex::Autolock _l(mLock);
298 Mutex::Autolock _l(mLock);
406 Mutex::Autolock _l(mLock);
420 Mutex::Autolock _l(mLock);
  /external/blktrace/btreplay/
btreplay.c 85 * @mutex: Mutex used with condition variable to protect volatile values
106 pthread_mutex_t mutex; member in struct:thr_info
385 * @pmp: Pointer to the associated mutex
403 * @pmp: Pointer to the associated mutex
762 pthread_mutex_init(&tip->mutex, NULL);
847 pthread_mutex_destroy(&tip->mutex);
1011 pthread_mutex_lock(&tip->mutex);
1014 if (pthread_cond_wait(&tip->cond, &tip->mutex)) {
1021 pthread_mutex_unlock(&tip->mutex);
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 234 Mutex::Autolock lock(mLock);
245 Mutex::Autolock lock(mLock);
270 Mutex::Autolock lock(mLock);
286 Mutex::Autolock lock(mLock);
294 Mutex::Autolock autoLock(mLock);
515 Mutex::Autolock lock(mLock);
611 Mutex::Autolock lock(mLock);
647 Mutex::Autolock l(mLock);
957 Mutex::Autolock lock(mLock);
981 Mutex::Autolock lock(mLock)
    [all...]
  /external/v8/src/
debug.h 566 // Mutex to CommandMessageQueue. Includes logging of all puts and gets.
577 Mutex* lock_;
681 static Mutex* debugger_access_; // Mutex guarding debugger variables.
690 static Mutex* dispatch_handler_access_; // Mutex guarding dispatch handler.
884 Mutex* const mutex_;
log-utils.h 165 // mutex_ is a Mutex used for enforcing exclusive
167 static Mutex* mutex_;
225 // Create a message builder starting from position 0. This acquires the mutex
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 290 Mutex::Autolock _l(mLock);
615 Mutex::Autolock _l(mSurfaceLock);
621 Mutex::Autolock _l(mSurfaceLock);
640 Mutex::Autolock _l(mSurfaceLock);
659 Mutex::Autolock _l(mSurfaceLock);
665 Mutex::Autolock _l(mSurfaceLock);
788 Mutex::Autolock _l(mSurfaceLock);
  /external/clearsilver/util/
neo_err.c 48 * thread safe, if we want it thread safe we need to add mutex code...
429 /* In threaded environments, we have to mutex lock to do this init, but
430 * we don't want to use a mutex every time to check that it was Inited.
  /bionic/libc/kernel/common/linux/raid/
md_k.h 135 struct mutex reconfig_mutex;
  /dalvik/vm/
Sync.h 159 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex,
  /dalvik/vm/jdwp/
JdwpPriv.h 98 /* global counters and a mutex to protect them */
  /development/simulator/app/
Shmem.h 78 * It's just a mutex.
  /external/icu4c/common/
Android.mk 96 mutex.cpp dtintrv.cpp \
  /external/icu4c/i18n/
indiancal.cpp 14 #include "mutex.h"
378 Mutex m;
398 Mutex m;
432 Mutex m;

Completed in 485 milliseconds

<<11121314151617181920>>