HomeSort by relevance Sort by last modified time
    Searched full:mutexes (Results 151 - 175 of 394) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jemalloc/include/jemalloc/internal/
prof.h 36 * Number of mutexes shared among all gctx's. No space is allocated for these
42 * Number of mutexes shared among all tdata's. No space is allocated for these
  /external/python/cpython3/Python/
thread_pthread.h 81 * mutexes and condition variables:
128 * pthread mutexes are designed for serializing threads over short pieces
thread_nt.h 18 * and critical sections (fast) or using operating system mutexes
  /frameworks/av/services/audioflinger/
Effects.h 26 // if multiple mutexes must be acquired to avoid cross deadlock:
32 // methods that in turn call AudioFlinger thus locking the same mutexes in the reverse order.
  /bionic/docs/
status.md 31 * Robust mutexes
  /bionic/libc/bionic/
pthread_cond.cpp 159 // pthread mutexes. Note that Spurious wakeups from pthread_cond_wait/timedwait may occur,
  /external/jemalloc/src/
zone.c 172 * reinitialized, but the child cannot unlock mutexes that were locked
  /external/kernel-headers/original/uapi/xen/
gntdev.h 125 * mutexes or close notification on communication channels.
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_batch.h 220 * recursive mutexes, I'm not sure there is much else we can do (since
  /external/protobuf/src/google/protobuf/stubs/
atomicops.h 121 // mutexes, and condition-variables. They combine CompareAndSwap(), a load, or
  /external/python/cpython2/Doc/library/
thread.rst 23 (also called :dfn:`mutexes` or :dfn:`binary semaphores`) are provided.
  /external/python/cpython3/Doc/library/
_thread.rst 18 (also called :dfn:`mutexes` or :dfn:`binary semaphores`) are provided.
  /external/tensorflow/tensorflow/core/platform/default/
thread_annotations.h 28 // When referring to mutexes in the arguments of the attributes, you should
  /external/v8/src/
futex-emulation.cc 129 // mutex_ and mutexes locked by HandleInterrupts.
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 156 * NOTE: when multiple mutexes have to be acquired, always take the
292 * NOTE: when multiple mutexes have to be acquired, always respect the
436 /* must be called with hw device and output stream mutexes locked */
845 /* must be called with hw device and output stream mutexes locked */
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 398 * NOTE: when multiple mutexes have to be acquired, always take the
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris.go 59 // split the stack, or acquire mutexes). We can't call RawSyscall
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 59 // split the stack, or acquire mutexes). We can't call RawSyscall
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops.h 109 // mutexes, and condition-variables. They combine CompareAndSwap(), a load, or
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops.h 109 // mutexes, and condition-variables. They combine CompareAndSwap(), a load, or
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
atomicops.h 109 // mutexes, and condition-variables. They combine CompareAndSwap(), a load, or
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h 121 // mutexes, and condition-variables. They combine CompareAndSwap(), a load, or
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h 109 // mutexes, and condition-variables. They combine CompareAndSwap(), a load, or
  /system/core/libcutils/include/cutils/
atomic.h 33 * - Use C++/C/pthread locks/mutexes whenever there is not a
  /art/runtime/base/
mutex.cc 82 // A guard for all_mutexes_ that's not a mutex (Mutexes must CAS to acquire and busy wait).
84 // All created mutexes guarded by all_mutexes_guard_.
203 // We leak the global set of all mutexes to avoid ordering issues in global variable
224 // No mutexes have been created yet during at startup.
    [all...]

Completed in 889 milliseconds

1 2 3 4 5 67 8 91011>>