Set thread affinity with +RTS -qa (only on Linux so far)
[ghc-hetmet.git] / includes / RtsFlags.h
index 7709787..348a8f5 100644 (file)
@@ -192,6 +192,7 @@ struct PAR_FLAGS {
   rtsBool        parGcGen;       /* do parallel GC in this generation
                                   * and higher only */
   rtsBool        parGcLoadBalancing; /* do load-balancing in parallel GC */
+  rtsBool        setAffinity;    /* force thread affinity with CPUs */
 };
 #endif /* THREADED_RTS */