Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

WorkerThreadStart volatile read+cmpxchg loop #6516

Merged
merged 8 commits into from
Aug 15, 2016

Commits on Aug 9, 2016

  1. Configuration menu
    Copy the full SHA
    bfef881 View commit details
    Browse the repository at this point in the history
  2. GetCleanCounts to Volatile read on x64

    Use GetCleanCounts where result is used directly and
    DangerousGetDirtyCounts when used as part of compare exchange loop
    benaadams committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    2de9a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a033207 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8220e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd0d600 View commit details
    Browse the repository at this point in the history
  6. PR feedback

    benaadams committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    2e0332a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    519dcde View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Fix MemoryBarrier

    benaadams committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    a0597da View commit details
    Browse the repository at this point in the history