/external/valgrind/main/drd/tests/ |
monitor_example.cpp | 101 void lock() function in class:Monitor 161 { lock(); } 164 void lock() function in class:ScopedLock 165 { assert(! m_locked); m_monitor.lock(); m_locked = true; }
|
/frameworks/av/camera/ |
Camera.cpp | 88 status_t Camera::lock() function in class:android::Camera 92 return c->lock();
|
/frameworks/base/graphics/java/android/renderscript/ |
BaseObj.java | 124 rlock.lock();
|
/hardware/libhardware/modules/gralloc/ |
gralloc_priv.h | 44 pthread_mutex_t lock; member in struct:private_module_t
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_test.c | 70 pthread_mutex_t lock; member in struct:__anon31450 179 pthread_mutex_init(&p_obj->lock, NULL); 294 pthread_mutex_lock(&jpeg_obj.lock); 295 pthread_cond_wait(&jpeg_obj.cond, &jpeg_obj.lock); 296 pthread_mutex_unlock(&jpeg_obj.lock);
|
/hardware/qcom/display/msm8960/libgralloc/ |
mapper.cpp | 161 * If the buffer has been mapped during a lock operation, it's time 180 * If the buffer has been mapped during a lock operation, it's time 213 pthread_mutex_t* const lock = &sMapLock; local 214 pthread_mutex_lock(lock); 216 pthread_mutex_unlock(lock);
|
/hardware/qcom/display/msm8974/libgralloc/ |
mapper.cpp | 161 * If the buffer has been mapped during a lock operation, it's time 180 * If the buffer has been mapped during a lock operation, it's time 213 pthread_mutex_t* const lock = &sMapLock; local 214 pthread_mutex_lock(lock); 216 pthread_mutex_unlock(lock);
|
/hardware/qcom/display/msm8x26/libgralloc/ |
mapper.cpp | 161 * If the buffer has been mapped during a lock operation, it's time 180 * If the buffer has been mapped during a lock operation, it's time 213 pthread_mutex_t* const lock = &sMapLock; local 214 pthread_mutex_lock(lock); 216 pthread_mutex_unlock(lock);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinTask.java | 213 * thin-lock techniques, so use some odd coding idioms that tend 416 final ReentrantLock lock = exceptionTableLock; local 417 lock.lock(); 431 lock.unlock(); 476 final ReentrantLock lock = exceptionTableLock; local 477 lock.lock(); 498 lock.unlock(); 521 final ReentrantLock lock = exceptionTableLock local 591 final ReentrantLock lock = exceptionTableLock; local [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
cxa.c | 87 static pthread_mutex_t lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable 91 static pthread_mutex_t lock = 97 static pthread_mutex_t lock = variable 101 static pthread_mutex_t lock = PTHREAD_MUTEX_RECURSIVE_INITIALIZER_NP; variable 117 pthread_mutex_lock( &lock ); 149 pthread_mutex_unlock( &lock ); 160 * Note, that original __cxa_finalize don't use lock, but use __exit_funcs 168 pthread_mutex_lock( &lock ); 189 pthread_mutex_unlock( &lock );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
concurrence.h | 162 void lock() function in class:__mutex 212 void lock() function in class:__recursive_mutex 238 /// Scoped lock idiom. 254 { _M_device.lock(); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 431 lock() const // never throws function in class:weak_ptr
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4xxx-adda.h | 33 void (*lock)(struct snd_akm4xxx *ak, int chip); member in struct:snd_ak4xxx_ops
|
seq_instr.h | 65 spinlock_t lock; member in struct:snd_seq_kinstr_list
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4xxx-adda.h | 33 void (*lock)(struct snd_akm4xxx *ak, int chip); member in struct:snd_ak4xxx_ops
|
seq_instr.h | 65 spinlock_t lock; member in struct:snd_seq_kinstr_list
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 431 lock() const // never throws function in class:weak_ptr
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
concurrence.h | 162 void lock() function in class:__mutex 212 void lock() function in class:__recursive_mutex 238 /// Scoped lock idiom. 254 { _M_device.lock(); }
|