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

Vsync proposal #4133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Vsync proposal #4133

wants to merge 3 commits into from

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    d391310 View commit details
    Browse the repository at this point in the history
  2. vsync: add synchronization devices to libvarnish

    This abstracts pthread_mutex_t and pthread_cond_t entirely and lives
    in libvarnish making it usable outside of varnishd.
    Instrumentation is abstracted and is externally supplied.
    This also exposes the ability to use the monotonic clock to wait on
    conditions, macOS <= 14.4 appear to not have the POSIX API allowing
    this, a transparent portability trade-off is proposed for this case.
    scance committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7e89175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9f6a4b View commit details
    Browse the repository at this point in the history