Add customizable per-platform affinity for content and pool threads
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
#include "Engine/Core/Types/BaseTypes.h"
|
||||
|
||||
// Enables pinning thread pool to the logical CPU cores with affinity mask
|
||||
//#define THREAD_POOL_AFFINITY_MASK(thread) (1 << (thread + 1))
|
||||
|
||||
/// <summary>
|
||||
/// Main engine thread pool for threaded tasks system.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user