X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fwfstack.h;fp=urcu%2Fwfstack.h;h=0e435ba6d8e899ede731739e0fb8cc41db2deaf1;hp=0adf392f7b317210befb027949d6d6205a133e53;hb=c97c6ce56f28f27216103386eef2f40aeb441645;hpb=c7ba06ba1bd70d77a6530503cf216d3a9878d672 diff --git a/urcu/wfstack.h b/urcu/wfstack.h index 0adf392..0e435ba 100644 --- a/urcu/wfstack.h +++ b/urcu/wfstack.h @@ -38,9 +38,10 @@ extern "C" { * Stack implementing push, pop, pop_all operations, as well as iterator * on the stack head returned by pop_all. * - * Wait-free operations: cds_wfs_push, __cds_wfs_pop_all. - * Blocking operations: cds_wfs_pop, cds_wfs_pop_all, iteration on stack - * head returned by pop_all. + * Wait-free operations: cds_wfs_push, __cds_wfs_pop_all, cds_wfs_empty, + * cds_wfs_first. + * Blocking operations: cds_wfs_pop, cds_wfs_pop_all, cds_wfs_next, + * iteration on stack head returned by pop_all. * * Synchronization table: *