We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d977806 commit 922ed11Copy full SHA for 922ed11
lib/nodes/opal_orchestra/locks.cpp
@@ -14,6 +14,10 @@ extern "C" {
14
15
#include <villas/nodes/opal_orchestra/locks.hpp>
16
17
+// Global lock for access to OPAL-RT's RTAPI Orchestra API.
18
+// The Orchestra RTAPI is non-thread-safe and non-reentrant.
19
+// Hence, this mutex is needed for mediating access to the API
20
+// by a single thread at a time.
21
static std::mutex globalLock;
22
23
using namespace villas::node::orchestra;
0 commit comments