summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
58fc50c)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- * Show the queue content.
+ * Show the queue content, iterate in the same order nodes were
+ * enqueued, from oldest to newest.
*/
printf("myqueue content:");
__cds_wfcq_for_each_blocking(&myqueue_head, &myqueue_tail, qnode) {
*/
printf("myqueue content:");
__cds_wfcq_for_each_blocking(&myqueue_head, &myqueue_tail, qnode) {