Home
last modified time | relevance | path

Searched refs:need_lock (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_local.h254 int need_lock; /* true = this PCM (plugin) is thread-unsafe, member
1215 if (pcm->lock_enabled && pcm->need_lock) in snd_pcm_lock()
1220 if (pcm->lock_enabled && pcm->need_lock) in snd_pcm_unlock()
H A Dpcm_hw.c1721 pcm->need_lock = 0; /* hw plugin is thread-safe */ in snd_pcm_hw_open_fd()
H A Dpcm.c2838 pcm->need_lock = 1; in snd_pcm_new()
/third_party/libfuse/lib/
H A Dfuse.c991 char **path, struct node **wnodep, bool need_lock) in try_get_path()
1018 assert(need_lock); in try_get_path()
1042 if (need_lock) { in try_get_path()
1063 if (need_lock) in try_get_path()
990 try_get_path(struct fuse *f, fuse_ino_t nodeid, const char *name, char **path, struct node **wnodep, bool need_lock) try_get_path() argument
/third_party/ffmpeg/fftools/
H A Dffprobe.c2423 static void clear_log(int need_lock) in clear_log() argument
2427 if (need_lock) in clear_log()
2435 if(need_lock) in clear_log()

Completed in 29 milliseconds