HomeSort by relevance Sort by last modified time
    Searched refs:pre_lock (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/audio/hal/
audio_hw.h 185 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_out
236 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */ member in struct:stream_in
audio_hw.c     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 76 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_lock
158 * stream pre_lock is always acquired before stream lock to prevent starvation of control thread by
164 pthread_mutex_init(&lock->pre_lock, (const pthread_mutexattr_t *) NULL);
168 pthread_mutex_lock(&lock->pre_lock);
170 pthread_mutex_unlock(&lock->pre_lock);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /external/python/cpython2/Lib/
mailbox.py     [all...]
  /external/python/cpython3/Lib/
mailbox.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]

Completed in 300 milliseconds