Merge branch 'Atom/guthadam/atomtools_updating_cmake_config' into Atom/guthadam/atomtools_updating_cmake_config_plus_bootstrap

This commit is contained in:
Guthrie Adams
2021-09-20 11:58:23 -05:00
1463 changed files with 60543 additions and 54258 deletions
@@ -35,7 +35,6 @@ namespace HttpRequestor
desc.m_name = s_loggingName;
desc.m_cpuId = AFFINITY_MASK_USERTHREADS;
m_runThread = true;
// Shutdown will be handled by the InitializationManager - no need to call in the destructor
AWSNativeSDKInit::InitializationManager::InitAwsApi();
auto function = AZStd::bind(&Manager::ThreadFunction, this);
m_thread = AZStd::thread(function, &desc);
@@ -43,7 +42,7 @@ namespace HttpRequestor
Manager::~Manager()
{
// NativeSDK Shutdown does not need to be called here - will be taken care of by the InitializationManager
AWSNativeSDKInit::InitializationManager::Shutdown();
m_runThread = false;
m_requestConditionVar.notify_all();
if (m_thread.joinable())