HomeSort by relevance Sort by last modified time
    Searched full:locks (Results 176 - 200 of 1343) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 20 import java.util.concurrent.locks.Condition;
21 import java.util.concurrent.locks.Lock;
22 import java.util.concurrent.locks.ReentrantLock;
  /art/compiler/dex/
verified_method.h 47 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
110 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
114 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
118 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/entrypoints/quick/
quick_thread_entrypoints.cc 22 extern "C" void artTestSuspendFromCode(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /art/runtime/
monitor_pool.cc 35 // Assumes locks are held appropriately when necessary.
93 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
95 MutexLock mu(self, *Locks::allocated_monitor_ids_lock_);
117 MutexLock mu(self, *Locks::allocated_monitor_ids_lock_);
  /development/ndk/platforms/android-3/arch-arm/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
lockdown_unconfined.txt 4 By default any system process that is started at boot that do not have SELinux Policy defined for them, run as initrc_t or init_t. These domains are unconfined by SELinux. Other similar processes which do not have SELinux Policy written for them run also unconfined. By disabling the unconfined module moves you closer to what used to be called strict policy, and locks down your machine tighter.
  /external/sepolicy/
lmkd.te 9 # lmkd locks itself in memory, to prevent it from being
  /external/valgrind/helgrind/tests/
hg04_race.stderr.exp 19 Locks held: none
25 Locks held: none
35 Locks held: none
41 Locks held: none
hg05_race2.stderr.exp 19 Locks held: none
25 Locks held: none
35 Locks held: none
41 Locks held: none
pth_barrier2.stderr.exp 24 Locks held: none
30 Locks held: none
43 Locks held: none
49 Locks held: none
62 Locks held: none
68 Locks held: none
81 Locks held: none
87 Locks held: none
100 Locks held: none
106 Locks held: non
    [all...]
t2t.c 19 and "shaking" : it creates, locks/unlocks and destroy mutex.
22 many (default 100) : how many locks are created/locked/unlocked at a certain level.
23 level (default 1) : how many levels of "nested locks" are done
24 loops : how many times these locks are created and destroyed and locked/unlocked) */
tc01_simple_race.stderr.exp 16 Locks held: none
20 Locks held: none
30 Locks held: none
34 Locks held: none
tc04_free_lock.stderr.exp 8 Thread #x: Exiting thread still holds 2 locks
tc05_simple_race.stderr.exp 16 Locks held: none
20 Locks held: none
30 Locks held: none
34 Locks held: none
tc16_byterace.stderr.exp 16 Locks held: none
20 Locks held: none
30 Locks held: none
34 Locks held: none
tc21_pthonce.stderr.exp 19 Locks held: none
25 Locks held: none
35 Locks held: none
41 Locks held: none
  /libcore/include/
ScopedPthreadMutexLock.h 23 * Locks and unlocks a pthread_mutex_t as it goes in and out of scope.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
semaphore.h 21 #include <asm/locks.h>

Completed in 1440 milliseconds

1 2 3 4 5 6 78 91011>>