mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
commit glitch-free work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2122 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
347cfc356a
commit
12c01e942d
50 changed files with 2877 additions and 1194 deletions
|
|
@ -33,7 +33,15 @@
|
|||
|
||||
typedef struct pa_fdsem pa_fdsem;
|
||||
|
||||
typedef struct pa_fdsem_data {
|
||||
pa_atomic_t waiting;
|
||||
pa_atomic_t signalled;
|
||||
pa_atomic_t in_pipe;
|
||||
} pa_fdsem_data;
|
||||
|
||||
pa_fdsem *pa_fdsem_new(void);
|
||||
pa_fdsem *pa_fdsem_open_shm(pa_fdsem_data *data, int event_fd);
|
||||
pa_fdsem *pa_fdsem_new_shm(pa_fdsem_data *data, int* event_fd);
|
||||
void pa_fdsem_free(pa_fdsem *f);
|
||||
|
||||
void pa_fdsem_post(pa_fdsem *f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue