Browse Source

Skip pthread_yield for now

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX 3 years ago
parent
commit
5e77ebb317
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +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;
}



Loading…
Cancel
Save