/art/runtime/gc/collector/ |
partial_mark_sweep.cc | 36 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
|
sticky_mark_sweep.cc | 36 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
|
garbage_collector.cc | 85 ReaderMutexLock mu(self, *Locks::mutator_lock_); 104 ReaderMutexLock mu(self, *Locks::mutator_lock_);
|
/art/runtime/jdwp/ |
object_registry.cc | 51 MutexLock mu(soa.Self(), lock_); 84 MutexLock mu(self, lock_); 90 MutexLock mu(self, lock_); 111 MutexLock mu(self, lock_); 122 MutexLock mu(self, lock_); 131 MutexLock mu(self, lock_); 141 MutexLock mu(self, lock_); 173 MutexLock mu(self, lock_); 190 MutexLock mu(self, lock_);
|
/external/dropbear/libtomcrypt/src/math/fp/ |
ltc_ecc_fp_mulmod.c | 39 void *mu; /* copy of the montgomery constant */ member in struct:__anon17401 1115 void *mp, *mu; local 1225 void *mp, *mu; local [all...] |
/art/runtime/ |
intern_table.cc | 36 MutexLock mu(Thread::Current(), intern_table_lock_); 41 MutexLock mu(Thread::Current(), intern_table_lock_); 48 MutexLock mu(Thread::Current(), intern_table_lock_); 118 MutexLock mu(self, intern_table_lock_); 125 MutexLock mu(self, intern_table_lock_); 131 MutexLock mu(self, intern_table_lock_); 214 MutexLock mu(Thread::Current(), intern_table_lock_); 220 MutexLock mu(Thread::Current(), intern_table_lock_);
|
/external/chromium_org/third_party/leveldatabase/port/ |
port_chromium.cc | 35 CondVar::CondVar(Mutex* mu) 36 : cv_(&mu->mu_) {
|
/external/iproute2/netem/ |
paretonormal.c | 27 normal(double x, double mu, double sigma) 29 return .5 + .5*erf((x-mu)/(sqrt(2.0)*sigma));
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
fdjac1.h | 11 DenseIndex ml, DenseIndex mu, 32 msum = ml + mu + 1; 65 start = std::max<Index>(0,j-mu);
|
/external/valgrind/unittest/ |
deadlock_unittest.cc | 63 Mutex mu[4];*/ 71 mu[idx].LockWhen(Condition(&ArgIsOne, work_item)); 72 mu[idx].Unlock(); 80 mu[idx].Lock(); 82 mu[idx].Unlock(); 91 mu[idx].Lock(); 93 mu[idx].Unlock(); 135 static Mutex mu; local 141 mu.Lock(); 149 mu.Unlock() [all...] |
/art/runtime/gc/space/ |
dlmalloc_space-inl.h | 30 MutexLock mu(self, lock_);
|
large_object_space.cc | 64 MutexLock mu(self, lock_); 79 MutexLock mu(self, lock_); 92 MutexLock mu(Thread::Current(), lock_); 110 MutexLock mu(Thread::Current(), lock_); 124 MutexLock mu(self, lock_); 149 MutexLock mu(Thread::Current(), lock_); 189 MutexLock mu(self, lock_); 250 MutexLock mu(self, lock_); 302 MutexLock mu(Thread::Current(), const_cast<Mutex&>(lock_));
|
/external/chromium_org/third_party/leveldatabase/src/port/ |
port_example.h | 47 explicit CondVar(Mutex* mu); 50 // Atomically release *mu and block on this condition variable until 53 // REQUIRES: this thread holds *mu
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
simple_mutex.h | 285 // MutexLock(mu) acquires mu when constructed and releases it when destroyed. 288 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } 300 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } 311 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } 320 // Catch bug where variable name is omitted, e.g. MutexLock (&mu);
|
dynamic_annotations.h | 148 /* Instruct the tool to create a happens-before arc between mu->Unlock() and 149 mu->Lock(). This annotation may slow down the race detector and hide real 155 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) \ 156 AnnotateMutexIsUsedAsCondVar(__FILE__, __LINE__, mu) 159 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) \ 160 AnnotateMutexIsUsedAsCondVar(__FILE__, __LINE__, mu) 357 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) /* empty */ 358 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) /* empty */ 470 const volatile void *mu);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
simple_mutex.h | 285 // MutexLock(mu) acquires mu when constructed and releases it when destroyed. 288 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } 300 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } 311 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } 320 // Catch bug where variable name is omitted, e.g. MutexLock (&mu);
|
dynamic_annotations.h | 148 /* Instruct the tool to create a happens-before arc between mu->Unlock() and 149 mu->Lock(). This annotation may slow down the race detector and hide real 155 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) \ 156 AnnotateMutexIsUsedAsCondVar(__FILE__, __LINE__, mu) 159 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) \ 160 AnnotateMutexIsUsedAsCondVar(__FILE__, __LINE__, mu) 357 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) /* empty */ 358 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) /* empty */ 470 const volatile void *mu);
|
/external/open-vcdiff/gflags/src/ |
mutex.h | 303 // MutexLock(mu) acquires mu when constructed and releases it when destroyed. 306 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } 318 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } 329 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } 338 // Catch bug where variable name is omitted, e.g. MutexLock (&mu);
|
/external/opencv/cvaux/src/ |
cvhmm1d.cpp | 240 pointers = (float*)icvAlloc( total_mix * (2/*for mu invvar */ * obs_size + 246 all_states[i].mu = pointers; pointers += num_mix[i] * obs_size; 273 icvFree( &(hmm->u.state->mu) ); 442 // mu - pointer to the mean vector of the Gaussian pdf 450 /*float icvComputeUniModeGauss(CvVect32f vect, CvVect32f mu, 461 tmp = (vect[n] - mu[n]) * inv_var[n]; 474 // mu - two-dimensional pointer to the mean vector of the Gaussian pdf; 489 /*float icvComputeGaussMixture( CvVect32f vect, float* mu, 499 return icvComputeUniModeGauss( vect, mu, inv_var, log_var_val[0], vect_size); 508 l_prob = icvComputeUniModeGauss(vect, mu + m*vect_size, [all...] |
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 168 /* Instruct the tool to create a happens-before arc between mu->Unlock() and 169 mu->Lock(). This annotation may slow down the race detector and hide real 175 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) \ 177 mu) 182 #define ANNOTATE_NOT_HAPPENS_BEFORE_MUTEX(mu) \ 183 DYNAMIC_ANNOTATIONS_NAME(AnnotateMutexIsNotPHB)(__FILE__, __LINE__, mu) 186 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) \ 188 mu) 409 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) /* empty */ 410 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) /* empty * [all...] |
/external/chromium_org/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 167 /* Instruct the tool to create a happens-before arc between mu->Unlock() and 168 mu->Lock(). This annotation may slow down the race detector and hide real 174 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) \ 176 mu) 181 #define ANNOTATE_NOT_HAPPENS_BEFORE_MUTEX(mu) \ 182 DYNAMIC_ANNOTATIONS_NAME(AnnotateMutexIsNotPHB)(__FILE__, __LINE__, mu) 185 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) \ 187 mu) 408 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) /* empty */ 409 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) /* empty * [all...] |
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 253 // ANNOTATE_CONDVAR_WAIT(&MU, &MU) and ANNOTATE_CONDVAR_SIGNAL(&MU) works. 263 MutexLock(Mutex *mu) 264 : mu_(mu) { 280 void Wait(Mutex *mu) { CHECK(0 == pthread_cond_wait(&cv_, &mu->mu_)); } 281 bool WaitWithTimeout(Mutex *mu, int millis) { 286 return 0 != pthread_cond_timedwait(&cv_, &mu->mu_, &timeout); 314 ReaderLockScoped(RWLock *mu) [all...] |
/art/runtime/native/ |
java_lang_Thread.cc | 40 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 61 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 98 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 105 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 145 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Deemph_32_opt.s | 21 @ Word16 mu, /* (i) Q15 : deemphasis factor */ 40 LDR r5, =22282 @r5---mu 45 MOV r8, r5, ASR #1 @fac = mu >> 1
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Deemph_32_neon.s | 21 @ Word16 mu, /* (i) Q15 : deemphasis factor */ 40 LDR r5, =22282 @r5---mu 45 MOV r8, r5, ASR #1 @fac = mu >> 1
|