Browse Source

Ignore pthread_yield for now

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
4b9d6afa62
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/utils/CarlaRunner.hpp

+ 2
- 1
source/utils/CarlaRunner.hpp View File

@@ -187,7 +187,8 @@ private:
if (timeInterval != 0)
carla_msleep(timeInterval);

pthread_yield();
// FIXME
// pthread_yield();
continue;
}



Loading…
Cancel
Save