Replies: 1 comment 1 reply
-
There is no explicit thread safety code within the JSBSim code base, so you'll need to assume that none of the JSBSim functions are thread-safe. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I call JSBSim::FGFDMExec::Run() on one thread, is it safe to call JSBSim::FGFDMExec::GetPropertyValue() or JSBSim::FGFDMExec::SetPropertyValue() on the same FGFDMExec instance on another thread, or do I need a mutex lock for synchronizing these calls?
Beta Was this translation helpful? Give feedback.
All reactions