HomeSort by relevance Sort by last modified time
    Searched full:self_group (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 370 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */ member in struct:snd_pcm_substream
567 return substream->group != &substream->self_group;
573 spin_lock(&substream->self_group.lock);
578 spin_unlock(&substream->self_group.lock);
585 spin_lock(&substream->self_group.lock);
590 spin_unlock(&substream->self_group.lock);
597 spin_lock(&substream->self_group.lock); \
602 spin_unlock(&substream->self_group.lock); \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 370 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */ member in struct:snd_pcm_substream
567 return substream->group != &substream->self_group;
573 spin_lock(&substream->self_group.lock);
578 spin_unlock(&substream->self_group.lock);
585 spin_lock(&substream->self_group.lock);
590 spin_unlock(&substream->self_group.lock);
597 spin_lock(&substream->self_group.lock); \
602 spin_unlock(&substream->self_group.lock); \
    [all...]

Completed in 973 milliseconds