X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Fwfstack.h;fp=urcu%2Fstatic%2Fwfstack.h;h=018a1213b525d2266c6187da7b8fffd03dc94e43;hp=18bf763c97a69f5f04acf31409e0fd3934215f63;hb=c97c6ce56f28f27216103386eef2f40aeb441645;hpb=c7ba06ba1bd70d77a6530503cf216d3a9878d672 diff --git a/urcu/static/wfstack.h b/urcu/static/wfstack.h index 18bf763..018a121 100644 --- a/urcu/static/wfstack.h +++ b/urcu/static/wfstack.h @@ -47,9 +47,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: *