Deprecate wfqueue
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Oct 2012 12:43:33 +0000 (08:43 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Oct 2012 12:43:33 +0000 (08:43 -0400)
commit147485105cf7b5c8ea96d7f68df973b9c5a94e8e
tree87b27e0033f1be9272d05446a256095153d777f8
parentd89ec7629b8cafdc12e619cf5f07ceb5b0279275
Deprecate wfqueue

Replaced by "wfcqueue", which has a semantic that allows placing head
and tail on different cache lines, and does not allocate memory
internally. wfqueue users can easily migrate to wfcqueue.

We choose to deprecate wfqueue rather than reimplementing it on top of
wfcqueue to ensure we keep strong ABI compatibility for existing wfqueue
users.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_wfq.c
urcu/wfqueue.h
wfqueue.c
This page took 0.024613 seconds and 4 git commands to generate.