mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Also wrap yield functionality so that it can be platform independent.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1353 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0f6098bf64
commit
6e9706bcbc
3 changed files with 11 additions and 3 deletions
|
|
@ -33,6 +33,7 @@ void pa_thread_free(pa_thread *t);
|
|||
int pa_thread_join(pa_thread *t);
|
||||
int pa_thread_is_running(pa_thread *t);
|
||||
pa_thread *pa_thread_self(void);
|
||||
void pa_thread_yield(void);
|
||||
|
||||
typedef struct pa_tls pa_tls;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue