Fix: revise urcu_read_lock_update() comment
authorLi-Kuan Ou <k777k777tw@gmail.com>
Wed, 14 Jun 2023 01:51:48 +0000 (09:51 +0800)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Jun 2023 20:25:52 +0000 (16:25 -0400)
commit26dc986ad3b7f6506eec8544e2f9bf1f80731212
tree3722280840ccb861386429b2aa1f46079e10a2d0
parent6ca0332efb21e424d121d68ca7a522b5f6c1a44b
Fix: revise urcu_read_lock_update() comment

Read-side critical section nesting is tracked in lower-order bits
and grace-period phase number use a single high-order bit.

Signed-off-by: Li-Kuan Ou <k777k777tw@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I4fc185aa12a367e997fa20bf37793cfb2023c96f
include/urcu/static/urcu-bp.h
include/urcu/static/urcu-mb.h
include/urcu/static/urcu-memb.h
include/urcu/static/urcu-signal.h
This page took 0.024413 seconds and 4 git commands to generate.