doc/wfcqueue: cds_wfcq_splice
[urcu.git] / doc / examples / wfcqueue / cds_wfcq_enqueue.c
index 6af2c54e7cac2d73618f4b5c89651b2e42305c84..377f017ea3b4dda50312e40ed7ae6fab8e4b29ef 100644 (file)
@@ -39,8 +39,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.022378 seconds and 4 git commands to generate.