bench/barrier.pl
bench/condvar.pl
bench/once.pl
bench/rwlock.pl
bench/semaphore.pl
Changes
eg/barrier.pl
eg/condvar.pl
eg/connection_pool.pl
eg/downgrade.pl
eg/eventfd_fork.pl
eg/eventfd_notify.pl
eg/eventfd_poll.pl
eg/guard.pl
eg/lazy_init.pl
eg/map_reduce.pl
eg/memfd_share.pl
eg/once.pl
eg/pipeline.pl
eg/rate_limiter.pl
eg/rwlock.pl
eg/rwlock_cache.pl
eg/semaphore.pl
eg/stale_recovery.pl
eg/wait_while.pl
lib/Data/Sync/Shared.pm
lib/Data/Sync/Shared/Barrier.pm
lib/Data/Sync/Shared/Condvar.pm
lib/Data/Sync/Shared/Once.pm
lib/Data/Sync/Shared/RWLock.pm
lib/Data/Sync/Shared/Semaphore.pm
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
README
Shared.xs
sync.h
t/01-semaphore.t
t/02-barrier.t
t/03-rwlock.t
t/04-condvar.t
t/05-once.t
t/06-eventfd.t
t/07-new-features.t
t/08-errors.t
t/pod_synopsis.t
t/version_check.t
xt/acquire_n_stress.t
xt/asan.t
xt/cloexec_exec.t
xt/concurrent_open.t
xt/cppcheck.t
xt/crash_recovery.t
xt/eg_runs.t
xt/eintr.t
xt/ev_eventfd.t
xt/eventfd_anyevent.t
xt/eventfd_fork.t
xt/fd_leak.t
xt/fd_validation.t
xt/guard_stress.t
xt/invalid_args.t
xt/lifecycle.t
xt/manifest_vs_git.t
xt/memfd_seal.t
xt/mmap_leak.t
xt/persistence.t
xt/reader_starvation_guard.t
xt/rwlock_starvation.t
xt/signal_safety.t
xt/sigterm_cleanup.t
xt/stress.t
xt/truncation.t
xt/tsan.t
xt/valgrind.t
xt/writer_crash_recovery.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)
