HomeSort by relevance Sort by last modified time
    Searched refs:mu (Results 101 - 125 of 192) sorted by null

1 2 3 45 6 7 8

  /art/runtime/jdwp/
jdwp_event.cc 176 MutexLock mu(Thread::Current(), event_list_lock_);
238 MutexLock mu(Thread::Current(), event_list_lock_);
258 MutexLock mu(Thread::Current(), event_list_lock_);
542 MutexLock mu(self, pReq->lock_);
591 MutexLock mu(self, event_thread_lock_);
621 MutexLock mu(self, event_thread_lock_);
682 MutexLock mu(Thread::Current(), event_list_lock_); // probably don't need this here
761 MutexLock mu(Thread::Current(), event_list_lock_);
830 MutexLock mu(Thread::Current(), event_list_lock_);
918 MutexLock mu(Thread::Current(), event_list_lock_)
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 121 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
189 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
200 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
214 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
225 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
255 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
297 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
305 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
327 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
332 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_)
    [all...]
  /art/runtime/arch/x86/
thread_x86.cc 45 MutexLock mu(Thread::Current(), modify_ldt_lock);
  /art/runtime/
thread-inl.h 96 MutexLock mu(this, *Locks::thread_suspend_count_lock_);
scoped_thread_state_change.h 38 MutexLock mu(NULL, *Locks::runtime_shutdown_lock_);
67 MutexLock mu(NULL, *Locks::runtime_shutdown_lock_);
trace.cc 311 MutexLock mu(self, *Locks::trace_lock_);
320 MutexLock mu(self, *Locks::thread_list_lock_);
335 MutexLock mu(self, *Locks::trace_lock_);
364 MutexLock mu(self, *Locks::trace_lock_);
398 MutexLock mu(Thread::Current(), *Locks::trace_lock_);
412 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_);
436 MutexLock mu(Thread::Current(), *Locks::trace_lock_);
684 MutexLock mu(self, *Locks::thread_list_lock_);
debugger.cc 200 MutexLock mu(Thread::Current(), *Locks::breakpoint_lock_);
211 MutexLock mu(soa.Self(), *Locks::thread_suspend_count_lock_);
533 MutexLock mu(Thread::Current(), *Locks::breakpoint_lock_);
695 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
745 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.h 105 explicit CondVar(Mutex* mu);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 120 const volatile void *mu){}
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 120 const volatile void *mu){}
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 121 float mu; // stepsize member in struct:__anon28660
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 60 const UChar mu[] = { 0x6D, 0x75, 0}; local
73 str4.append((UChar32)0x03BC); /* mu */
117 if (inStr2.compare(mu) != 0) {
120 log_err("Got: \"%s\", Expected: \"mu\"\n", inStrC);
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 175 // current version. Will release *mu while actually writing to the file.
176 // REQUIRES: *mu is held on entry.
178 Status LogAndApply(VersionEdit* edit, port::Mutex* mu)
179 EXCLUSIVE_LOCKS_REQUIRED(mu);
db_bench.cc 270 port::Mutex mu; member in struct:leveldb::__anon11686::RandomGenerator::SharedState
284 SharedState() : cv(&mu) { }
544 MutexLock l(&shared->mu);
559 MutexLock l(&shared->mu);
585 shared.mu.Lock();
595 shared.mu.Unlock();
868 MutexLock l(&thread->shared->mu);
  /external/icu4c/test/iotest/
stream.cpp 53 const UChar mu[] = { 0x6D, 0x75, 0}; local
66 str4.append((UChar32)0x03BC); /* mu */
110 if (inStr2.compare(mu) != 0) {
113 log_err("Got: \"%s\", Expected: \"mu\"\n", inStrC);
  /external/valgrind/unittest/
thread_wrappers.h 284 MutexLock(Mutex *mu)
285 : mu_(mu) {
  /external/wpa_supplicant_8/src/tls/
libtommath.c 184 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1886 mp_int M[TAB_SIZE], res, mu; local
2750 register mp_digit mu; local
    [all...]
  /art/runtime/gc/
heap.cc 376 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
422 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
770 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 1037 WebRtc_Word16 mu = MU_MAX; local
1543 WebRtc_Word16 mu; local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 273 /* mu = ai * m' mod b
279 register mp_digit mu; local
280 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK);
282 /* a = a + mu * m * b**i
309 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
890 mp_digit *tmpa, *tmpc, mu; local
934 mu = *tmpc >> DIGIT_BIT;
939 *tmpc = *tmpa++ + mu;
940 mu = *tmpc >> DIGIT_BIT;
945 *tmpc++ = mu;
2305 mp_digit mu, *tmpx1, *tmpx2; local
4753 mp_digit mu; local
7540 mp_digit *tmpa, *tmpc, mu; local
8882 mp_int M[TAB_SIZE], res, mu; local
    [all...]
  /art/runtime/base/
logging.cc 140 MutexLock mu(Thread::Current(), *Locks::logging_lock_);
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 128 MutexLock mu(self, *Locks::thread_list_lock_);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h     [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h     [all...]
  /external/qemu/
curses_keys.h 366 { "mu", 0x0b5 },

Completed in 667 milliseconds

1 2 3 45 6 7 8