X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Fwfcqueue.h;fp=urcu%2Fstatic%2Fwfcqueue.h;h=2c8c447fd591f46fa213bb6573c79d2a8293316f;hp=944ee88c74d855f78035b6f826c8b73eb6de79b6;hb=ebfd2673f1ec2892bd3de86cd8bedc95ecf2a24e;hpb=f94061a3df4c9eab9ac869a19e4228de54771fcb diff --git a/urcu/static/wfcqueue.h b/urcu/static/wfcqueue.h index 944ee88..2c8c447 100644 --- a/urcu/static/wfcqueue.h +++ b/urcu/static/wfcqueue.h @@ -41,8 +41,10 @@ extern "C" { /* * Concurrent queue with wait-free enqueue/blocking dequeue. * - * Inspired from half-wait-free/half-blocking queue implementation done by - * Paul E. McKenney. + * This queue has been designed and implemented collaboratively by + * Mathieu Desnoyers and Lai Jiangshan. Inspired from + * half-wait-free/half-blocking queue implementation done by Paul E. + * McKenney. * * Mutual exclusion of __cds_wfcq_* API *