doc/wfcqueue: cds_wfcq_splice
[urcu.git] / doc / examples / wfcqueue / cds_wfcq_dequeue.c
index 6488d5363ad1a258126f0c049bd26492f2c49594..c2783510ce1e0d8311833455fdc3db3b91b55133 100644 (file)
@@ -38,8 +38,7 @@ int main(int argc, char **argv)
        cds_wfcq_init(&myqueue_head, &myqueue_tail);
 
        /*
-        * Adding nodes to the linked-list. Safe against concurrent
-        * RCU traversals, require mutual exclusion with list updates.
+        * Enqueue nodes.
         */
        for (i = 0; i < CAA_ARRAY_SIZE(values); i++) {
                struct mynode *node;
This page took 0.02409 seconds and 4 git commands to generate.