SEM_NOALIGNMENTFAULTEXCEPT top-level constant

  1. @Deprecated('Use THREAD_ERROR_MODE.SEM_NOALIGNMENTFAULTEXCEPT instead')
int const SEM_NOALIGNMENTFAULTEXCEPT

The system automatically fixes memory alignment faults and makes them invisible to the application. It does this for the calling process and any descendant processes. This feature is only supported by certain processor architectures.

Implementation

@Deprecated('Use THREAD_ERROR_MODE.SEM_NOALIGNMENTFAULTEXCEPT instead')
const SEM_NOALIGNMENTFAULTEXCEPT = 0x0004;