aboutsummaryrefslogtreecommitdiff
path: root/profiling/client/src/ProfilingService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/client/src/ProfilingService.hpp')
-rw-r--r--profiling/client/src/ProfilingService.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiling/client/src/ProfilingService.hpp b/profiling/client/src/ProfilingService.hpp
index b84b39d0df..588bcd20d7 100644
--- a/profiling/client/src/ProfilingService.hpp
+++ b/profiling/client/src/ProfilingService.hpp
@@ -261,8 +261,10 @@ private:
uint16_t m_MaxGlobalCounterId;
// Signalling to let external actors know when service is active or not
+#if !defined(ARMNN_DISABLE_THREADS)
std::mutex m_ServiceActiveMutex;
std::condition_variable m_ServiceActiveConditionVariable;
+#endif
bool m_ServiceActive;
IInitialiseProfilingService& m_Initialiser;