projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b28358
)
Make sure we do not use pthread_yield() on platforms that do not have them.
author
Pierre Ossman
<ossman@cendio.se>
Tue, 20 Jun 2006 14:26:52 +0000
(14:26 +0000)
committer
Pierre Ossman
<ossman@cendio.se>
Tue, 20 Jun 2006 14:26:52 +0000
(14:26 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1045
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/tests/interpol-test.c
patch
|
blob
|
history
diff --git
a/src/tests/interpol-test.c
b/src/tests/interpol-test.c
index
bf7f582
..
2df65a4
100644
(file)
--- a/
src/tests/interpol-test.c
+++ b/
src/tests/interpol-test.c
@@
-148,7
+148,7
@@
int main(int argc, char *argv[]) {
tv = now;
while (pa_timeval_diff(pa_gettimeofday(&now), &tv) < 1000)
-#ifdef HAVE_PTHREAD
+#ifdef HAVE_PTHREAD
_YIELD
pthread_yield();
#elif defined(OS_IS_WIN32)
Sleep(0);