This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Ignore pthread_yield for now
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX
2 years ago
parent
fc295224bf
commit
4b9d6afa62
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
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;
}
Write
Preview
Loading…
Cancel
Save