Home
last modified time | relevance | path

Searched defs:pa_cond (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dmutex-win32.c35 struct pa_cond { struct
36 pa_hashmap *wait_events;
Dmutex-posix.c36 struct pa_cond { struct
37 pthread_cond_t cond;
Dmutex.h40 typedef struct pa_cond pa_cond; typedef