Searched refs:lock (Results 201 - 225 of 1477) sorted by relevance

1234567891011>>

/external/elfutils/libelf/
H A Dgelf_getsyminfo.c59 rwlock_rdlock (((Elf_Data_Scn *) data)->s->elf->lock);
74 rwlock_unlock (((Elf_Data_Scn *) data)->s->elf->lock);
H A Dgelf_getverdaux.c60 rwlock_rdlock (((Elf_Data_Scn *) data)->s->elf->lock);
76 rwlock_unlock (((Elf_Data_Scn *) data)->s->elf->lock);
H A Dgelf_getverdef.c60 rwlock_rdlock (((Elf_Data_Scn *) data)->s->elf->lock);
75 rwlock_unlock (((Elf_Data_Scn *) data)->s->elf->lock);
H A Dgelf_getvernaux.c63 rwlock_rdlock (((Elf_Data_Scn *) data)->s->elf->lock);
78 rwlock_unlock (((Elf_Data_Scn *) data)->s->elf->lock);
H A Dgelf_getverneed.c63 rwlock_rdlock (((Elf_Data_Scn *) data)->s->elf->lock);
78 rwlock_unlock (((Elf_Data_Scn *) data)->s->elf->lock);
H A Dgelf_getversym.c67 rwlock_rdlock (scn->elf->lock);
83 rwlock_unlock (scn->elf->lock);
H A Dgelf_update_lib.c56 rwlock_wrlock (scn->elf->lock);
72 rwlock_unlock (scn->elf->lock);
H A Dgelf_update_move.c67 rwlock_wrlock (data_scn->s->elf->lock);
74 rwlock_unlock (data_scn->s->elf->lock);
H A Dgelf_update_syminfo.c63 rwlock_wrlock (scn->elf->lock);
80 rwlock_unlock (scn->elf->lock);
H A Dgelf_update_verdaux.c68 rwlock_wrlock (data_scn->s->elf->lock);
75 rwlock_unlock (data_scn->s->elf->lock);
H A Dgelf_update_verdef.c68 rwlock_wrlock (data_scn->s->elf->lock);
75 rwlock_unlock (data_scn->s->elf->lock);
H A Dgelf_update_vernaux.c68 rwlock_wrlock (data_scn->s->elf->lock);
75 rwlock_unlock (data_scn->s->elf->lock);
H A Dgelf_update_verneed.c68 rwlock_wrlock (data_scn->s->elf->lock);
75 rwlock_unlock (data_scn->s->elf->lock);
H A Dgelf_update_versym.c67 rwlock_wrlock (data_scn->s->elf->lock);
74 rwlock_unlock (data_scn->s->elf->lock);
/external/libchrome/base/message_loop/
H A Dmessage_loop_task_runner.cc22 AutoLock lock(valid_thread_id_lock_);
46 AutoLock lock(valid_thread_id_lock_);
/external/libchrome/base/task_scheduler/
H A Dscheduler_lock.h13 #include "base/synchronization/lock.h"
19 // SchedulerLock should be used anywhere a lock would be used in the scheduler.
20 // When DCHECK_IS_ON(), lock checking occurs. Otherwise, SchedulerLock is
25 // Default constructor, no predecessor lock.
27 // On Acquisition if any scheduler lock is acquired on this thread.
30 // Constructor that specifies an allowed predecessor for that lock.
32 // On Construction if |predecessor| forms a predecessor lock cycle.
33 // On Acquisition if the previous lock acquired on the thread is not
34 // |predecessor|. Okay if there was no previous lock acquired.
37 // Acquires the lock
70 AutoSchedulerLock(SchedulerLock& lock) argument
[all...]
/external/libchrome/base/test/
H A Dsequenced_worker_pool_owner.cc42 AutoLock lock(has_work_lock_);
47 AutoLock lock(has_work_lock_);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dadopt_lock.pass.cpp36 m.lock();
46 m.lock();
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
H A Dlock.pass.cpp16 // void lock();
36 m.lock();
45 m.lock();
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
H A Dlock.pass.cpp19 // void lock();
50 m.lock();
59 m.lock();
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dlock.pass.cpp19 // void lock();
52 m.lock();
61 m.lock();
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
H A Dlock.pass.cpp16 // void lock();
36 m.lock();
45 m.lock();
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
H A Dswap.pass.cpp42 assert(w1.lock().get() == ptr2);
44 assert(w2.lock().get() == ptr1);
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
H A Dswap.pass.cpp42 assert(w1.lock().get() == ptr2);
44 assert(w2.lock().get() == ptr1);
/external/libmojo/mojo/edk/system/
H A Dwatcher.cc20 base::AutoLock lock(lock_);
46 base::AutoLock lock(lock_);

Completed in 345 milliseconds

1234567891011>>