Implemented device-specific synchronization handling for A5 (910_95) hardware. When detected via CpuTsThread::IsDeviceA5, the system now invokes direct LocalNotify Post/Wait methods instead of the standard HcclLocalNotifyRecord/ Wait functions. This change includes: - Implementation of IsDeviceA5 check in CpuTsThread. - Conditional routing in HcommThreadNotifyRecordOnThread and WaitOnThread. - New Post/Wait interface overloads in BareNotify and EschedNotify.