Name: | userspace-rcu |
---|---|
Version: | 0.10.2 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 597761 |
License: | LGPLv2+ |
RPM: | userspace-rcu-0.10.2-1.el7.aarch64.rpm |
Source RPM: | userspace-rcu-0.10.2-1.el7.src.rpm |
Build Date: | Thu Jun 13 2019 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://liburcu.org |
Summary: | RCU (read-copy-update) implementation in user-space |
Description: | This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible. |
- Initial revision for oracle-gluster-6
- Fix: only wait if work queue is empty in real-time mode - Fix: don't wait after completion of a work queue job batch - Fix: don't wait after completion of job batch if work queue is empty - Fix: workqueue: struct urcu_work vs rcu_head mixup - Cleanup: workqueue: update comments referring to call-rcu - Fix: mixup between URCU_WORKQUEUE_RT and URCU_CALL_RCU_RT - test_rwlock: Add per-thread count to verbose output - Add *.exe to gitignore for Cygwin - Fix: pthread_rwlock initialization on Cygwin - Fix: compat_futex_noasync on Cygwin - Fix: don't use overlapping mmap mappings on Cygwin - Fix: don't use membarrier SHARED syscall command in liburcu-bp - Tests fix: add missing Cygwin thread id - Fix: assignment from incompatible pointer type warnings - Tests fix: unused variable warnings - Fix: add missing m68k headers to dist
- Rebuild for oracle-gluster-5
- set vendor string to "Oracle America"
- Rebuild for oracle-gluster-4.1
- Initial revision for oracle-gluster-4.0.