wfstack API: rename cds_wfs_first_blocking to cds_wfs_first
[urcu.git] / tests / test_urcu_wfs.c
index 1c852b9dd0abce809d5e7b679300673c88bbe469..ec9e198dd91319fc9a289881edd6767e47d0680c 100644 (file)
@@ -256,7 +256,7 @@ static void do_test_pop_all(enum test_sync sync)
                cds_wfs_pop_unlock(&s);
 
        /* Check if empty */
-       if (cds_wfs_first_blocking(head) == NULL)
+       if (cds_wfs_first(head) == NULL)
                return;
 
        URCU_TLS(nr_pop_all)++;
This page took 0.023164 seconds and 4 git commands to generate.