X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;fp=urcu%2Frculfhash.h;h=4d50f08ee892803fa4762ba266846ee067fc9d01;hp=0a8abff3c7d226bb6e38873569edc480cee07013;hb=43387742bc856603330eb530094a702d847503a0;hpb=a1e5e232288fc2bc58502f5161e9ae4460b7133c diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 0a8abff..4d50f08 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -439,6 +439,8 @@ int cds_lfht_is_node_deleted(struct cds_lfht_node *node); * * Threads calling this API need to be registered RCU read-side threads. * This function does not (necessarily) issue memory barriers. + * cds_lfht_resize should *not* be called from a RCU read-side critical + * section. */ extern void cds_lfht_resize(struct cds_lfht *ht, unsigned long new_size);