Skip to content
  • Geoffrey McRae's avatar
    [common] windows: update event fast path to use atomics · bfb47a0a
    Geoffrey McRae authored
    Due to a failure to understand atomics when this code was originally
    written it has a critical flaw with the fast path where an event could
    be signalled when it should not be. This change set corrects this issue
    by using atomic operations.
    bfb47a0a