This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Skip pthread_yield for now
Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX
3 years ago
parent
b63db74220
commit
5e77ebb317
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
distrho/extra/Runner.hpp
+ 2
- 1
distrho/extra/Runner.hpp
View File
@@ -191,7 +191,8 @@ private:
if (timeInterval != 0)
d_msleep(timeInterval);
pthread_yield();
// FIXME
// pthread_yield();
continue;
}
Write
Preview
Loading…
Cancel
Save