f2958bac93
- Replaced Cry-threading related code with AZ equivalents in the Remote Console runtime - Replaced (or removed) usage of CryMutex/CryLock with appropriate AZStd mutex type - Replaced usage of CrySpinLock/CryWriteLock with equivalent AZStd::spin_mutex - Replaced usage of CryInterlocked* with AZStd atomics - Removed all CryThread*.h files - Removed MultiThread.h -- Includes removal of the CryInterlocked* and Cry*CriticalSection functions defined elsewhere - Removed re-implemented stubs of Windows synchapi.h functions Signed-off-by: AMZN-ScottR 24445312+AMZN-ScottR@users.noreply.github.com