X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;h=afd0c3eafb34aff325843ea476b4714d90e86fe5;hp=4d50f08ee892803fa4762ba266846ee067fc9d01;hb=a22bf98bc1ceccb8ba89dfdf73425dea77e60ae8;hpb=69ee3e06681039891a04b98efea87a34ce84c6cb diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 4d50f08..afd0c3e 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -177,7 +177,8 @@ struct cds_lfht *cds_lfht_new(unsigned long init_size, * Return 0 on success, negative error value on error. * Threads calling this API need to be registered RCU read-side threads. * cds_lfht_destroy should *not* be called from a RCU read-side critical - * section. + * section. It should *not* be called from a call_rcu thread context + * neither. */ extern int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr);