ck_pr_stall (3) Linux Manual Page
NAME ck_pr_stall – busy-wait primitive LIBRARY Concurrency Kit (libck, -lck) SYNOPSIS In ck_pr.h Ft void Fn ck_pr_stall void DESCRIPTION The Fn ck_pr_stall 3 function should be used inside retry paths of busy-wait loops. It not only serves as a compiler barrier, but on some architectures it emits cycle-saving instructions. EXAMPLE #include <ck_pr.h> static int ready…
