diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-08-31 16:13:07 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-08-31 16:13:07 +0000 |
commit | 6e9706bcbcc0c5743d21ed48bd6e6485e4ee5203 (patch) | |
tree | 203fa0d78812507d55762cafefb7da78715e7292 /src/pulsecore/thread.h | |
parent | 0f6098bf6428b17bbff2b2d6f4e8ead0d43d7f3a (diff) | |
download | pulseaudio-6e9706bcbcc0c5743d21ed48bd6e6485e4ee5203.tar.gz |
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
Diffstat (limited to 'src/pulsecore/thread.h')
-rw-r--r-- | src/pulsecore/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/thread.h b/src/pulsecore/thread.h index 978e99276..9b99c8c24 100644 --- a/src/pulsecore/thread.h +++ b/src/pulsecore/thread.h @@ -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; |