summaryrefslogtreecommitdiff
path: root/system_wrappers/source/thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'system_wrappers/source/thread.cc')
-rw-r--r--system_wrappers/source/thread.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/system_wrappers/source/thread.cc b/system_wrappers/source/thread.cc
index 6f023f86..b5ee7a54 100644
--- a/system_wrappers/source/thread.cc
+++ b/system_wrappers/source/thread.cc
@@ -28,4 +28,9 @@ ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func,
#endif
}
+bool ThreadWrapper::SetAffinity(const int* processor_numbers,
+ const unsigned int amount_of_processors) {
+ return false;
+}
+
} // namespace webrtc