/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_events.c | 43 SDL_mutex *lock; member in struct:__anon24988 54 SDL_mutex *lock; member in struct:__anon24989 65 /* Grab lock and spin until we're sure event thread stopped */ 66 SDL_mutexP(SDL_EventLock.lock); 75 SDL_mutexV(SDL_EventLock.lock); 128 On the P of the lock mutex, if the lock is held, this thread 129 will wait until the lock is released before continuing. The 135 SDL_mutexP(SDL_EventLock.lock); 137 SDL_mutexV(SDL_EventLock.lock); [all...] |
/external/v8/samples/ |
lineprocessor.cc | 276 v8::Locker lock; local
|
/external/v8/src/ |
d8-debug.cc | 248 i::ScopedLock lock(event_access_); 263 i::ScopedLock lock(event_access_); 276 Locker lock; local 305 Locker lock; local
|
/frameworks/av/camera/ |
ICamera.cpp | 44 LOCK, 257 virtual status_t lock() function in class:android::BpCamera 261 remote()->transact(LOCK, data, &reply); 408 case LOCK: { 410 reply->writeInt32(lock());
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisPlaybackQueueItem.java | 23 import java.util.concurrent.locks.Lock; 44 private final Lock mListLock = new ReentrantLock(); 127 mListLock.lock(); 156 mListLock.lock(); 179 mListLock.lock(); 205 mListLock.lock();
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseSurfaceHolder.java | 169 mSurfaceLock.lock();
|
/frameworks/base/core/jni/ |
android_view_Surface.cpp | 96 jobject lock = env->GetObjectField(surfaceObj, local 98 if (env->MonitorEnter(lock) == JNI_OK) { 101 env->MonitorExit(lock); 223 status_t err = surface->lock(&outBuffer, dirtyRectPtr);
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 179 public boolean lock() { method in class:KeyStore 181 return mBinder.lock() == NO_ERROR;
|
/frameworks/native/opengl/libs/EGL/ |
egl_display.h | 74 // holding a lock, but must be called via egl_display_ptr to ensure 134 mutable Mutex lock; member in class:android::egl_display_t 142 // The owning egl_display_t's lock may be but is not required to be held
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 149 * it for use with (*lock)() and (*unlock)(). 161 * this process. After this call, it is an error to call (*lock)(), 175 * The (*lock)() method is called before a buffer is accessed for the 188 * Note calling (*lock)() on HAL_PIXEL_FORMAT_YCbCr_*_888 buffers will fail 194 * It is legal for several different threads to lock a buffer from 209 int (*lock)(struct gralloc_module_t const* module, member in struct:gralloc_module_t 229 * The (*lock_ycbcr)() method is like the (*lock)() method, with the
|
/hardware/libhardware/modules/usbaudio/ |
audio_hw.c | 47 pthread_mutex_t lock; /* see note below on mutex acquisition order */ member in struct:audio_device 56 pthread_mutex_t lock; /* see note below on mutex acquisition order */ member in struct:stream_out 127 pthread_mutex_lock(&out->dev->lock); 128 pthread_mutex_lock(&out->lock); 136 pthread_mutex_unlock(&out->lock); 137 pthread_mutex_unlock(&out->dev->lock); 157 pthread_mutex_lock(&adev->lock); 167 pthread_mutex_unlock(&adev->lock); 196 pthread_mutex_lock(&out->dev->lock); 197 pthread_mutex_lock(&out->lock); [all...] |
/hardware/samsung_slsi/exynos5/include/ |
gralloc_priv.h | 44 pthread_mutex_t lock; member in struct:private_module_t
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraManager.java | 187 * @see android.hardware.Camera#lock() 189 public void lock(); method in interface:CameraManager.CameraProxy
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
PingSyncSynchronizer.java | 30 import java.util.concurrent.locks.Lock; 102 * @param lock The lock from which to create our condition. 104 public AccountSyncState(final Lock lock) { 108 mCondition = lock.newCondition(); 220 * Lock for access to {@link #mAccountStateMap}, also used to create the {@link Condition}s for 287 mLock.lock(); 298 mLock.lock(); 316 mLock.lock(); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.h | 172 int lock; member in struct:diagnostic_context
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.h | 172 int lock; member in struct:diagnostic_context
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.h | 172 int lock; member in struct:diagnostic_context
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.h | 172 int lock; member in struct:diagnostic_context
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dlm_device.h | 25 /* struct passed to the lock write */ 62 struct dlm_lock_params lock; member in union:dlm_write_request::__anon37481
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
concurrence.h | 175 void lock() function in class:__mutex 233 void lock() function in class:__recursive_mutex 296 /// Scoped lock idiom. 312 { _M_device.lock(); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dlm_device.h | 25 /* struct passed to the lock write */ 62 struct dlm_lock_params lock; member in union:dlm_write_request::__anon39072
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
rawmidi.h | 77 spinlock_t lock; member in struct:snd_rawmidi_runtime
|
soundfont.h | 85 int open_client; /* client pointer for lock */ 97 spinlock_t lock; member in struct:snd_sf_list
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dlm_device.h | 25 /* struct passed to the lock write */ 62 struct dlm_lock_params lock; member in union:dlm_write_request::__anon40586
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
rawmidi.h | 77 spinlock_t lock; member in struct:snd_rawmidi_runtime
|