userspace-rcu

Userspace read-copy-update (RCU) synchronization library for C

brewmacoslinux
Try with needOr install directly
Source

About

Library for userspace RCU (read-copy-update)

Commands

userspace-rcu

Examples

Check installed version and library information$ pkg-config --modversion liburcu
Compile C program using userspace-rcu library$ gcc -o myprogram myprogram.c $(pkg-config --cflags --libs liburcu)
Verify library location and dependencies$ pkg-config --list-all | grep urcu