wfstack: add nonblocking to _LGPL_SOURCE API
[urcu.git] / urcu / wfstack.h
index 03fee8fb63f74bb3ca8a110e0c8eb971e5ba6937..34ddb3f3e665465aa22b83fff4d7a2cdf8a7d385 100644 (file)
@@ -103,6 +103,7 @@ struct cds_wfs_stack {
  */
 #define cds_wfs_first                  _cds_wfs_first
 #define cds_wfs_next_blocking          _cds_wfs_next_blocking
+#define cds_wfs_next_nonblocking       _cds_wfs_next_nonblocking
 
 /* Pop locking with internal mutex */
 #define cds_wfs_pop_lock               _cds_wfs_pop_lock
@@ -110,6 +111,7 @@ struct cds_wfs_stack {
 
 /* Synchronization ensured by the caller. See synchronization table. */
 #define __cds_wfs_pop_blocking         ___cds_wfs_pop_blocking
+#define __cds_wfs_pop_nonblocking      ___cds_wfs_pop_nonblocking
 #define __cds_wfs_pop_all              ___cds_wfs_pop_all
 
 #else /* !_LGPL_SOURCE */
This page took 0.023409 seconds and 4 git commands to generate.