Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add native semaphore implementation #25

Merged
merged 14 commits into from Aug 6, 2019
Merged

add native semaphore implementation #25

merged 14 commits into from Aug 6, 2019

Commits on Aug 3, 2019

  1. Copy the full SHA
    28ea189 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    51fac4a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Copy the full SHA
    3c5676d View commit details
    Browse the repository at this point in the history
  2. change DISPATCH_WALLTIME_NOW to DISPATCH_TIME_NOW (gcd_semaphore.hpp)

    DISPATCH_WALLTIME_NOW is avail since macOS 10.14 Xcode 10.2.
    yohhoy committed Aug 4, 2019
    Copy the full SHA
    ceee3dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    68541dc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    85ff23e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Copy the full SHA
    4aab119 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7fd5141 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c63ab29 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    252e28f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ae84844 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d080364 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. change timeout adjustment mechanisim (win_semaphore.hpp)

    use Sleep(1) to guarantee timing specification in C++ Standard,
    instead of additional timeout offset for WaitForSingleObject().
    yohhoy committed Aug 6, 2019
    Copy the full SHA
    1ccef45 View commit details
    Browse the repository at this point in the history
  2. update README

    yohhoy committed Aug 6, 2019
    Copy the full SHA
    6a707c9 View commit details
    Browse the repository at this point in the history