Add a bunch of #ifdefs to keep things working as expected on linux

This commit is contained in:
Tyler Wilding
2020-09-03 22:24:50 -04:00
parent f68f220e5b
commit ef09eb12c8
26 changed files with 336 additions and 419 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ class SystemThreadManager;
/*!
* Runs a function in a thread and provides a SystemThreadInterface to that function.
* Once the thread is ready, it should tell the interfaces with intitialization_complete().
* Once the thread is ready, it should tell the interface with intitialization_complete().
* Thread functions should try to return when get_want_exit() returns true.
* Thread functions should also call report_perf_stats every now and then to update performance
* statistics.
@@ -55,7 +55,7 @@ class SystemThread {
};
/*!
* The interfaces used by a thread in the runtime.
* The interface used by a thread in the runtime.
*/
class SystemThreadInterface {
public: