/external/chromium_org/base/synchronization/ |
waitable_event_posix.cc | 11 #include "base/synchronization/lock.h" 20 // The WaitableEvent maintains a list of waiters, protected by a lock. Each 25 // Waiting involves grabbing the lock and adding oneself to the wait list. Async 26 // waits can be canceled, which means grabbing the lock and removing oneself 125 // Called with lock held. 134 // unlocking it and removing it from the wait-list. Called with lock held. 140 base::Lock* lock() { function in class:base::SyncWaiter 151 base::Lock lock_; 178 sw.lock()->Acquire() [all...] |
/external/chromium_org/base/threading/ |
worker_pool_posix_unittest.cc | 12 #include "base/synchronization/lock.h" 25 Lock* lock() { return &pool_->lock_; } function in class:base::PosixDynamicThreadPool::PosixDynamicThreadPoolPeer 54 void IncrementingTask(Lock* counter_lock, 56 Lock* unique_threads_lock, 69 Lock* counter_lock; 71 Lock* unique_threads_lock; 73 Lock* num_waiting_to_start_lock; 101 peer_.set_num_idle_threads_cv(new ConditionVariable(peer_.lock())); 117 base::AutoLock pool_locked(*peer_.lock()); [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_unittest.cc | 213 scoped_ptr<LevelDBLock> lock = local 215 ASSERT_TRUE(lock);
|
/external/chromium_org/ppapi/proxy/ |
pdf_resource_unittest.cc | 46 ProxyAutoLock lock; local 62 ProxyAutoLock lock; local 183 ProxyAutoLock lock; local
|
plugin_dispatcher.cc | 60 // Run any pending mouse lock callback to prevent leaks. 212 // Synchronous messages might be re-entrant, so we need to drop the lock. 220 // We need to grab the proxy lock to ensure that we don't collide with the 222 ProxyAutoLock lock; local
|
plugin_globals.cc | 21 // It performs necessary locking/unlocking of the proxy lock, and forwards all 35 // Synchronous messages might be re-entrant, so we need to drop the lock. 61 // ResourceTracker asserts that we have the lock when we add new resources, 62 // so we lock when creating the MessageLoopResource even though there is no 64 ProxyAutoLock lock; local 81 ProxyAutoLock lock; local
|
ppb_message_loop_proxy.cc | 204 ProxyAutoLock lock; local 213 ProxyAutoLock lock; local 218 ProxyAutoLock lock; local
|
ppb_testing_proxy.cc | 34 ProxyAutoLock lock; local 68 ProxyAutoLock lock; local 84 ProxyAutoLock lock; local 108 ProxyAutoLock lock; local 120 ProxyAutoLock lock; local
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_thunk.cc | 97 ProxyAutoLock lock; local 104 ProxyAutoLock lock; local
|
/external/chromium_org/rlz/lib/ |
financial_ping.cc | 103 ScopedRlzValueStoreLock lock; local 104 RlzValueStore* store = lock.GetStore(); 358 ScopedRlzValueStoreLock lock; local 359 RlzValueStore* store = lock.GetStore(); 386 ScopedRlzValueStoreLock lock; local 387 RlzValueStore* store = lock.GetStore(); 397 ScopedRlzValueStoreLock lock; local 398 RlzValueStore* store = lock.GetStore();
|
/external/chromium_org/rlz/win/lib/ |
machine_deal.cc | 125 LibMutex lock; local 126 if (lock.failed()) 253 LibMutex lock; local 254 if (lock.failed())
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PageAllocator.cpp | 108 int lock; member in struct:WTF::ranctx 132 spinLockLock(&x->lock); 145 spinLockUnlock(&x->lock);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-object-private.hh | 84 hb_mutex_t lock; member in struct:hb_user_data_array_t 87 inline void init (void) { lock.init (); items.init (); } 96 inline void finish (void) { items.finish (lock); lock.finish (); }
|
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest1.c | 48 ** When a lock occurs, yield. 190 pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable 202 pthread_mutex_lock(&lock); 204 pthread_mutex_unlock(&lock); 239 pthread_mutex_lock(&lock); 244 pthread_mutex_unlock(&lock); 278 pthread_mutex_lock(&lock); 280 pthread_cond_wait(&sig, &lock); 282 pthread_mutex_unlock(&lock);
|
/external/chromium_org/tools/traceline/traceline/ |
stubs.asm | 30 lock xadd [eax], eax label 31 lock xadd [ecx], ecx label 32 lock xadd [ecx], eax label
|
/external/emma/core/java12/com/vladium/emma/data/ |
CoverageData.java | 30 public Object lock () method in class:CoverageData 49 synchronized (lock ()) method
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RT.java | 119 synchronized (cdata.lock ())
|
/external/harfbuzz_ng/src/ |
hb-object-private.hh | 84 hb_mutex_t lock; member in struct:hb_user_data_array_t 87 inline void init (void) { lock.init (); items.init (); } 96 inline void finish (void) { items.finish (lock); lock.finish (); }
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
AppTask.java | 70 stateLock.lock(); 86 stateLock.lock(); 101 stateLock.lock(); 119 stateLock.lock(); 128 stateLock.lock(); 144 stateLock.lock(); 156 stateLock.lock();
|
/external/kernel-headers/original/linux/ |
idle_stats_device.h | 57 spinlock_t lock; member in struct:msm_idle_stats_device
|
seqlock.h | 5 * lock for data where the reader wants a consitent set of information 34 spinlock_t lock; member in struct:__anon20168 53 /* Lock out other writers and update the count. 59 spin_lock(&sl->lock); 68 spin_unlock(&sl->lock); 73 int ret = spin_trylock(&sl->lock); 158 #define write_seqlock_irqsave(lock, flags) \ 159 do { local_irq_save(flags); write_seqlock(lock); } while (0) 160 #define write_seqlock_irq(lock) \ 161 do { local_irq_disable(); write_seqlock(lock); } while (0 [all...] |
/external/kernel-headers/original/linux/lockd/ |
xdr.h | 25 /* Lock info passed via NLM */ 52 struct nlm_lock lock; member in struct:nlm_args 69 struct nlm_lock lock; member in struct:nlm_res
|
/external/qemu/android/utils/ |
filelock.c | 55 ** lock - a lock file (file + '.lock') 60 ** attemp to link 'lock' to 'temp' 61 ** if the link succeeds, we obtain the lock 65 ** unlink 'lock' 68 ** on Windows, 'lock' is a directory name. locking is equivalent to 76 const char* lock; member in struct:FileLock 86 #define LOCK_NAME ".lock" 95 filelock_lock( FileLock* lock ) 366 FileLock* lock; local 385 FileLock* lock = malloc(total_len); local [all...] |
/external/smack/src/com/kenai/jbosh/ |
BOSHClient.java | 182 * Lock instance. 184 private final ReentrantLock lock = new ReentrantLock(); field in class:BOSHClient 189 private final Condition notEmpty = lock.newCondition(); 195 private final Condition notFull = lock.newCondition(); 200 private final Condition drained = lock.newCondition(); 255 * The following vars must be accessed via the lock instance. 485 lock.lock(); 510 lock.unlock(); 538 lock.lock() [all...] |
/external/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 );
|