Skip to content

register each worker thread for userspace RCU using the default flavor

Florian Fischer requested to merge liburcu into master

The default flavor is the preferred way to use the userspace library it uses the sys_membarrier syscall or falls back to using userspace membarriers.

This adds the liburcu dependency which must be installed regardless the 'liburcu' meson option.

Edited by Florian Fischer

Merge request reports