/ndk/sources/cxx-stl/stlport/src/ |
lock_free_slist.h | 30 * It is used for the lock-free node allocation engine. 74 "lock; cmpxchg8b (%%esi)\n\t" 97 "lock; cmpxchg8b (%%esi)\n\t" 122 "lock; cmpxchg8b (%%esi)\n\t" 153 // lock free singly linked list implementation: 176 * It is used for the lock-free node allocation engine. 219 lock cmpxchg8b qword ptr [esi] 244 lock cmpxchg8b qword ptr [esi] 271 lock cmpxchg8b qword ptr [esi]
|
/dalvik/vm/ |
AtomicCache.cpp | 96 * ownership flag to lock out other threads. 98 * If the lock flag was already set in "firstVersion", somebody else 114 * We couldn't get the write lock. Return without updating the table. 134 * We have the write lock, but somebody could be reading this entry 151 * Clear the lock flag. Nobody else should have been able to modify
|
Hash.h | 79 pthread_mutex_t lock; member in struct:HashTable 115 dvmLockMutex(&pHashTable->lock); 118 dvmUnlockMutex(&pHashTable->lock); 143 * forget to lock the table before calling this. 215 * The caller should lock the table beforehand.
|
/development/tools/emulator/system/camera/ |
PreviewWindow.cpp | 148 /* Let the preview window to lock the buffer. */ 151 LOGE("%s: Unable to lock preview window buffer: %d -> %s", 157 /* Now let the graphics framework to lock the buffer, and provide 162 res = grbuffer_mapper.lock(*buffer, GRALLOC_USAGE_SW_WRITE_OFTEN, rect, &img); 164 LOGE("%s: grbuffer_mapper.lock failure: %d -> %s",
|
/external/chromium/base/debug/ |
stack_trace_win.cc | 15 #include "base/synchronization/lock.h" 25 // network while holding the lock for this singleton. In the case of high 31 // share a lock with this function. See this related bug: 62 base::AutoLock lock(lock_); 132 base::Lock lock_;
|
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.c | 54 const char *file, int line, const volatile void *lock){} 56 const char *file, int line, const volatile void *lock){} 58 const char *file, int line, const volatile void *lock, long is_w){} 60 const char *file, int line, const volatile void *lock, long is_w){} 73 const volatile void *lock){}
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.h | 13 #include "base/synchronization/lock.h" 183 // Lock that guards references to |frame_image_|. 184 mutable base::Lock image_lock_; 186 // Lock that guards references to |camera_thread_|. 187 mutable base::Lock thread_lock_;
|
login_performer.h | 38 // (1)-(3): Request screen lock. 125 // Requests screen lock and subscribes to screen lock notifications. 182 // True if LoginPerformer has requested screen lock. Used to distinguish 188 // is locked during that stage. No need to resolve screen lock action then.
|
/external/chromium/chrome/browser/printing/ |
print_job_manager.cc | 24 base::AutoLock lock(lock_); 62 base::AutoLock lock(lock_); 70 base::AutoLock lock(lock_); 165 base::AutoLock lock(enabled_lock_); 170 base::AutoLock lock(enabled_lock_);
|
/external/chromium/chrome/browser/ |
process_singleton.h | 97 // Clear any lock state during shutdown. 103 void Lock(gfx::NativeWindow foreground_window) { 155 // Path in file system to the lock. 169 // Path in file system to the lock. 173 // |Create()| and |Cleanup()|. Two instances cannot have a lock on
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_model_associator.h | 16 #include "base/synchronization/lock.h" 53 // We do this so we hold the write lock for only a small period. 54 // When storing the web db we are out of the write lock. 175 // Abort association pending flag and lock. If this is set to true 178 base::Lock abort_association_pending_lock_;
|
password_model_associator.h | 14 #include "base/synchronization/lock.h" 131 // Abort association pending flag and lock. If this is set to true 134 base::Lock abort_association_pending_lock_;
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_url_data_manager.cc | 13 #include "base/synchronization/lock.h" 27 base::Lock ChromeURLDataManager::delete_lock_; 63 base::AutoLock lock(delete_lock_); 85 base::AutoLock lock(delete_lock_); 103 base::AutoLock lock(delete_lock_);
|
/external/libnfc-nxp/src/ |
phFriNfc_MifULFormat.h | 65 #define PH_FRINFC_MFUL_FMT_RO_WR_LOCK_BYTES 6 /*!< Write lock bytes to make the tag Read only */ 69 #define PH_FRINFC_MFUL_FMT_RO_RD_DYN_LOCK_BYTES 8 /*!< Read default dynamic lock bytes address */ 70 #define PH_FRINFC_MFUL_FMT_RO_WR_DYN_LOCK_BYTES 9 /*!< Write default dynamic lock bytes address */ 71 #define PH_FRINFC_MFUL_FMT_RO_PARSE_NDEF 10 /*!< Write default dynamic lock bytes address */ 85 #define PH_FRINFC_MFUL_FMT_LOCK_BITS_VAL 0x00 /*!< Lock bits block is 2 */
|
/external/openssl/crypto/ |
mem_dbg.c | 141 * MALLOC2 lock */ 169 * lock */ 241 if (!num_disable || CRYPTO_THREADID_cmp(&disabling_threadid, &cur)) /* otherwise we already have the MALLOC2 lock */ 243 /* Long-time lock CRYPTO_LOCK_MALLOC2 must not be claimed while 248 * appropriate order (long-time lock first). 404 MemCheck_off(); /* obtain MALLOC2 lock */ 442 MemCheck_on(); /* release MALLOC2 lock */ 454 MemCheck_off(); /* obtain MALLOC2 lock */ 458 MemCheck_on(); /* release MALLOC2 lock */ 469 MemCheck_off(); /* obtain MALLOC2 lock */ [all...] |
/external/valgrind/dynamic_annotations/ |
dynamic_annotations.c | 61 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL} 63 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL} 65 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL} 67 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL} 80 const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL}
|
/external/webkit/Source/WebKit/win/ |
WebCoreStatistics.cpp | 101 JSLock lock(SilenceAssertionsOnly); 112 JSLock lock(SilenceAssertionsOnly); 123 JSLock lock(SilenceAssertionsOnly); 134 JSLock lock(SilenceAssertionsOnly); 142 JSLock lock(SilenceAssertionsOnly);
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
FileHandle.cpp | 64 // Try to lock the file 66 LOGW("Unable to acquire the lock immediately, block and wait now ...\n"); 69 LOGE("Unable to acquire the lock. Retry ...\n"); 88 // occur when someone changes the file node before we lock the file. 96 // Good, we have open and lock the file correctly.
|
/device/samsung/crespo/libaudio/ |
AudioHardware.cpp | 217 { // scope for the lock 218 Mutex::Autolock lock(mLock); 252 Mutex::Autolock lock(mLock); 288 { // scope for the lock 289 Mutex::Autolock lock(mLock); 315 Mutex::Autolock lock(mLock); 337 AutoMutex lock(mLock); 344 spOut->lock(); 345 mLock.lock(); 363 spIn->lock(); 1412 void AudioHardware::AudioStreamOutALSA::lock() function in class:android_audio_legacy::AudioHardware::AudioStreamOutALSA 2213 void AudioHardware::AudioStreamInALSA::lock() function in class:android_audio_legacy::AudioHardware::AudioStreamInALSA [all...] |
/external/chromium/base/ |
tracked_objects.cc | 88 base::Lock ThreadData::list_lock_; 114 base::AutoLock lock(list_lock_); 115 // Use lock to insure we have most recent status. 119 // Use lock to insert into list. 123 } // Release lock. 286 // Lock since the map may get relocated now, and other threads sometimes 287 // snapshot it (but they lock before copying it). 288 base::AutoLock lock(lock_); 308 base::AutoLock lock(lock_); // Lock since the map may get relocated now [all...] |
/frameworks/base/services/camera/libcameraservice/ |
CameraService.cpp | 170 Mutex::Autolock lock(mServiceLock); 219 // Declare this before the lock to make absolutely sure the 220 // destructor won't be called with the lock held. 223 Mutex::Autolock lock(mServiceLock); 308 Mutex::Autolock lock(mSoundLock); 317 Mutex::Autolock lock(mSoundLock); 331 Mutex::Autolock lock(mSoundLock); 408 status_t CameraService::Client::lock() { function in class:android::CameraService::Client 410 LOG1("lock (pid %d)", callingPid); 411 Mutex::Autolock lock(mLock) [all...] |
/bionic/libc/bionic/ |
pthread-timers.c | 105 pthread_mutex_t mutex; /* lock */ 117 pthread_mutex_t lock; member in struct:thr_timer_table 131 pthread_mutex_init( &t->lock, NULL ); 150 pthread_mutex_lock(&t->lock); 157 pthread_mutex_unlock(&t->lock); 165 pthread_mutex_lock( &t->lock ); 170 pthread_mutex_unlock( &t->lock ); 179 pthread_mutex_lock(&t->lock); 192 pthread_mutex_unlock(&t->lock); 214 pthread_mutex_lock(&t->lock); [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
IndentingWriter.java | 92 synchronized (lock) { 140 synchronized (lock) { 152 synchronized (lock) {
|
/dalvik/dx/src/com/android/dx/util/ |
IndentingWriter.java | 92 synchronized (lock) { 140 synchronized (lock) { 152 synchronized (lock) {
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.h | 12 #include "base/synchronization/lock.h" 59 // All these internal volume commands must be called with the lock held. 94 mutable base::Lock mixer_state_lock_;
|